Bank List
The bank list endpoint helps merchants retrieve the list of banks for countries supported for transfer (NGN, GHS, ZAR and KES).
Authentication
Content-Type
Set value to application/json
The secret key can be gotten from the 'Settings' page on your Startbutton dashboard.
Post a request to the URL below, where the base URL is determined by the environment you are in.
GET {{baseurl}}/bank/list/:currency?type=:type
Here are sample requests below.
currency
URL
Yes
Allowed values NGN, GHS, ZAR, KES, UGX, RWF, TZS, and ZMWF
type
Query
No
Allowed values
bank
and mobile_money
defaults to bank
To see supported payment channel for these currencies check here.
Here is a sample response
Account Name Verification
This endpoint enables merchant verify the identity of the receiver of the transfer, it's recommended that the account name of the recipient is verified before a transfer is done. This is currently available for NGN and GHS only.
Content-Type
Set value to application/json
For MoMo pass the msisdn
as accountNumber in your request.
GET {{baseurl}}/bank/verify?bankCode=000&accountNumber=200900xxxxx
Here is a sample response:
Last updated