Settlement Bank
At the end of the day, all transactions are gathered and routed to the settlement bank being the destination of all transactions according to the conflagrations set.
Parameter
Required
Description
curl -X POST \
{{baseUrl}}/v1/payment/settlement_bank \
-H "Accept: application/json" \
-H "Authorization: Bearer YOUR_BEARER_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "testing",
"account_no": "0000000",
"account_name": "testing testing",
"bank_code": "006",
"bank_slug": "BNG",
"bank_name": "required",
"display": "YES",
"settlement_email": "settlement@gmail.com"
}'Parameter
Required
Description
Update
Parameter
Required
Description
Last updated