Validate Beneficiary Account (NGN only)
POST
/client-service/api/v1/beneficiaries/validate
Beneficiary
Request
Body Params application/json
BeneficiaryLookUpInput type
bankAccountNumber
string
optional
countryIso3Code
string
optional
currencyIso3Code
string
optional
bankCode
string
optional
Example
{
"bankAccountNumber": "string",
"countryIso3Code": "string",
"currencyIso3Code": "string",
"bankCode": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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
🟢200OK
application/json
Body
BeneficiaryLookUpOutput type
accountName
string
optional
bankName
string
optional
Example
{
"accountName": "string",
"bankName": "string"
}
🟠400Bad Request
🟠401Unauthorized