
Payabl.
Game-changing financial solutions for businesses with their eyes on global domination. Explore the endless payments possibilities with payabl. and level-up your business today.
Website: payabl.com
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the payabl.com/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:
- payabl__merchant_id → Merchant ID
- payabl__secret_key → Secret Key
- payabl__api_url → API URL
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Payabl. Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Enter credentials:
- Merchant ID
- Secret Key
- API URL
Success
You have connected Payabl. Provider account!
API examples:
Minimum data set to create a payment invoices for applepay_eur_hpp service
PAYMENT
POST /api/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "applepay_eur_hpp",
"currency": "EUR",
"amount": 1,
"flow": "charge",
"customer": {
"reference_id": "199be985-c243-478a-86a8-4b8c902e5bb6",
"email": "test@test.com",
"name": "John Doe",
},
"test_mode": false,
"reference_id": "6be05631-8710-4b14-a369-1928a2b70eda",
"service_fields": []
}
Provider Options

- ignore_callback
- for cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)
- set_fail_without_reconciliation
- if on, and current payment status is in fail group, the status of the reconciliation will be set to fail without request to provider
Question
"Still looking for help connecting your Payabl. account?" Please contact our support team!