Validate Beneficiary Account (NGN only)
Request
Body Params application/json
BeneficiaryLookUpInput type
The client profile UUID (optional)
Account currency (required)
Account country (optional)
{
"bankAccountNumber": "string",
"countryIso3Code": "string",
"currencyIso3Code": "string",
"bankCode": "string"
}
Request 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
BeneficiaryLookUpOutput type
The client profile UUID (optional)
Account currency (required)
{
"accountName": "string",
"bankName": "string"
}
Modified at 2025-02-01 11:50:33