Documentation Index
Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt
Use this file to discover all available pages before exploring further.
After creating a beneficiary, use this endpoint to associate their bank account details.
The JWT Access Token of the authenticated user.
platform
string
default:"fincode"
required
Platform identifier. Use fincode.
uuid
string
default:"200"
required
Unique request identifier.
Request Body
The unique ID of the beneficiary (returned from new-beneficiary).
The unique ID of the customer (sender).
The sender’s customer code.
The currency of the bank account.
ISO 3166-1 alpha-3 country code.
Key-value pairs of the bank details.Show bankAccountMetaData item
Field key (e.g., bankname, bankaccountno).
Code Example
curl -X POST 'https://remitjunction.fincode.software/api/v6/services/bankmanagement/add-bank-details-key-value-pairs' \
--header 'X-Auth-Token: YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"id": "beneficiary_uuid",
"customerId": "customer_uuid",
"accountOwnerCustomerCode": "RZ0LNK",
"currencyCode": "NGN",
"country": "NGA",
"bankAccountMetaData": [
{"key": "bankname", "value": "FCMB"},
{"key": "bankaccountno", "value": "8883968718"},
{"key": "country", "value": "NGA"},
{"key": "accountholdername", "value": "VICTOR ADEBIYI ADEYINKA"}
]
}'
platform
string
default:fincode
required
uuid
string
default:200
required