Nayem¶
Set up Provider account¶
Step 1: Create Provider account¶
To create an account 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:
- nayem__merchant_account_key → Merchant Account Key
- nayem__request_access_key → Request Access Key
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Nayem Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant Account Key
- Request Access Key
Success
You have connected Nayem Provider account!
API examples:¶
Minimum data set to create a payout invoices for bkash_limited_bdt service¶
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"bkash_limited_bdt",
"commerce_account":"hello_world",
"currency":"BDT",
"amount":50,
"test_mode":false,
"reference_id":"219472ff-a8c6-4f52-9b79-1b1b257769f4",
"fields":{
"account_number":"01747947921"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Question
"Still looking for help connecting your Nayem account?" Please contact our support team!