cURL
curl --request POST \ --url https://api.stag.songhaiexchange.io/gateway/create-domiciliary-bank-account-with-bvn \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "dormAccountRequestDTO": [ { "bvnCountry": "NGA", "existingAccountBankCode": 214, "existingAccountBvn": "02234444221", "existingAccountCurrencyCode": "USD", "newAccountCurrencyCode": "USD" } ] } '
{ "dormAccountResponseDTO": [ { "createdAccountNumber": "<string>", "existingBankAccountNumber": "<string>", "createdAccountCurrencyCode": "<string>", "status": "<string>", "msg_note": "<string>", "msg_code": "<string>", "msg_code_id": "<string>", "accountBankCode": "<string>" } ] }
Automatically create a domiciliary account using Bank Verification Number (BVN). Only supported in Nigeria.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Domiciliary account created successfully