Bkash¶
Website: bkash.com
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the bkash.com/en/help/contact-us 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:
- bkash__merchant_id → Wallet
- bkash__username → Username
- bkash__password → Password
- bkash__app_key → App Key
- bkash__app_secret_key → App Secret Key
- bkash__test_mode → true/false
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Bkash Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant ID
- Username
- Password
- App Key
- App Secret Key
Success
You have connected Bkash Provider account!
API examples:¶
Minimum data set to create a payment invoices for bkash_limited_bdt_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"bkash_limited_bdt_hpp",
"commerce_account":"Hello_World",
"currency":"BDT",
"amount":120,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"9ed3f7a0-d6a1-4440-b561-c061cde69d10"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"5729f378-d08e-4ebd-8295-913754080366",
"service_fields":[
]
}
}
}
Provider Options¶
- finalize_by_protocol_in_hours
- this option will allow the provider to finalize transactions within 1 hour
Question
"Still looking for help connecting your Bkash account?" Please contact our support team!