v1
latestOpenAPI 3.1.02026-07-24680631.6 KBAdd Bank (Remitter/Beneficiary)
The Add Bank API allows the API user to add the details of the bank for both the Remitter and Beneficiary.
put/v1/client/bank
Query parameters
userAccountIdstring required
The account ID for the Remitter or Beneficiary that the Bank Account needs to be added for
Headers
api-keystring required
API Key
auth-keystring required
Auth key generated via the "Generate Auth key API"
userIdstring required
User Id as generated via the "Create Account (sign-Up) API". Identifier of an individual user, you can map this to the User identification at your end.
Request body
Response
200
Example response
{
"status": 200,
"message": "Success",
"data": {
"bankId": "47964a15-e7be-400e-9504-014af6d99d48",
"createdAt": "2024-03-01T09:54:12.578Z"
}
}