Libernetix
Your money. Your rules. Accept payments anytime, anywhere. Dream big.
Website: libernetix.com
Set up Account
Step 1: Create Merchant account
To create an account send connection request at the libernetix.com/en/Contact or contact manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials
Credentials that have to be issued:
- API key
- API type
- Brand ID
Connect H2H Merchant Account
Step 1. Connect H2H account at the Corefy Dashboard
Press Connect at Libernetix Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- api_key → API key
- api_type → select server_to_server or direct_post
- сheck the settings of your MID and use the appropriate API type to perform operations
- brand_id → Brand ID
- webhook_public_key → Webhook public key
- validation_customer_parameters → Validation customer parameters
- libernetix_currency → choose currency (You can set these parameters according to available currencies and features for your Libernetix wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Libernetix H2H merchant account!
API examples
Maximum data set to create a transaction
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_eur_hpp",
"commerce_account": "Hello_World :)",
"currency": "EUR",
"amount": 1,
"reference_id": "47d47eb0-f519-47b2-9d20-57f5787ea640",
"flow": "charge"
},
"customer": {
"address": {
"city": "Odessa",
"country": "UA",
"full_address": "Pushkina 1",
"post_code": "65001",
"region": "Odessa"
},
"email": "[email protected]",
"reference_id": 122345,
"name": "Vlad Ivanov",
"phone": "+380632765386"
},
"test_mode": false,
"options": {
"allow_partially": false
}
}
}
Minimum data set to create a transaction
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_eur_hpp",
"commerce_account": "Hello_World",
"currency": "EUR",
"amount": 1,
"reference_id": "47d47eb0-f519-47b2-9d20-57f5787ea640",
"flow": "charge"
},
"test_mode": false,
"options": {
"allow_partially": false
}
}
}
Question
"Still looking for help connecting your Libernetix account?" Please contact our support team!