Payler¶
Global business account & payments hub
Website: payler.com
Set up Account¶
Step 1: Create merchant account¶
To create an account send connection request at the payler.com 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:
- Key
- Password
- API URL
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Payler Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- payler__key → Key
- payler__password → Password
- payler__api_url → API URL
- payler__test_mode - true/false
- payler__currency → choose currency (You can set these parameters according to available currencies and features for your Payler wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Payler H2H merchant account!
API examples:¶
Data set to create a payment invoices for payment_card_kzt_hpp service¶
POST /api/commerce/payment-invoices HTTP/1.1
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_kzt_hpp",
"commerce_account":"Hello world",
"currency":"KZT",
"amount":1,
"reference_id":"289ea9f7-4d09-4f27-b4b9-0c7485f1a890",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"bc97aaf8-ae70-4f88-99b4-a1b128d40597",
"name":"John Doe",
"email":"[email protected]",
"phone":"380651238452",
"address":{
"full_address":"full_address",
"country":"KZ",
"region":"KZ",
"city":"Astana",
"street":"Street",
"post_code":"00001"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
Provider Options¶
- api_version
- TEST API URL: facade-api.neo.gate.paylerlab.com PROD API URL: facade-api.gate.payler.com
Still looking for help connecting your Payler account?