Validate Beneficiary Account (NGN only)
Request
Body Params application/json
{
"bankAccountNumber": "string",
"countryIso3Code": "string",
"currencyIso3Code": "string",
"bankCode": "string"
}
Request Code Samples
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/beneficiaries/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankAccountNumber": "string",
"countryIso3Code": "string",
"currencyIso3Code": "string",
"bankCode": "string"
}'
Responses
{
"accountName": "string",
"bankName": "string"
}
Modified at 2025-02-01 11:50:33