Tapbank¶
Payment solution for online business. Processing of incoming and outgoing payments
Website: tapbank.info/eng
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the tapbank.info → Get started 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:
- tapbank__api_key → API key
- tapbank__signature_key → Signature key
- tapbank__test_mode → Test mode
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Tapbank Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- API key
- Signature key
- Test mode → true/false
Success
You have connected Tapbank Provider account!
API examples:¶
Minimum data set to create a payout invoices for payment_card_kzt service¶
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"payment_card_kzt",
"commerce_account":"Hello World",
"currency":"KZT",
"amount":100,
"reference_id":"e46c311b-bbf3-45e8-ba0f-41c3e45cafe2",
"customer":{
"reference_id":"8ca35ea7-9699-4a3d-a0d1-aa0ce00a43a2"
},
"test_mode":true,
"fields":{
"card_number":"411111******1111"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Question
"Still looking for help connecting your Tapbank account?" Please contact our support team!