Skip to main content
POST
Add Bank Details
After creating a beneficiary, use this endpoint to associate their bank account details.

Request Headers

string
required
The JWT Access Token of the authenticated user.
string
default:"fincode"
required
Platform identifier. Use fincode.
string
default:"200"
required
Unique request identifier.

Request Body

string
required
The unique ID of the beneficiary (returned from new-beneficiary).
string
required
The unique ID of the customer (sender).
string
required
The sender’s customer code.
string
required
The currency of the bank account.
string
required
ISO 3166-1 alpha-3 country code.
array
required
Key-value pairs of the bank details.

Code Example

cURL

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
id
string
required
customerId
string
required
accountOwnerCustomerCode
string
required
currencyCode
string
required
country
string
required
bankAccountMetaData
object[]
required

Response

200

Bank details added