This endpoint allows you to create a beneficiary.
cURL
curl --request POST \ --url https://processor-prod.up.railway.app/beneficiary \ --header 'Content-Type: application/json' \ --header 'x-service-key: <api-key>' \ --data ' { "currency": "ngn", "identity_id": "68bf2de7196a18d7bd165ffb", "details": { "bank_code": "100004", "account_number": "1234567890" } } '
{ "success": true, "status": 201, "message": "Beneficiary created successfully", "timestamp": "2025-09-08T20:40:35.538Z", "data": { "id": "68bf2eba196a18d7bd166184" } }
The currency code for the beneficiary
NGN
"ngn"
The identity ID associated with this beneficiary
"68bf2de7196a18d7bd165ffb"
Banking details based country
Show child attributes
Nigerian bank code
"100004"
Account number
"1234567890"
Beneficiary created successfully
true
201
"Beneficiary created successfully"
"2025-09-08T20:40:35.538Z"
"68bf2eba196a18d7bd166184"