cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/transfer/name-enquiry \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "accountNumber": "<string>", "bankCode": "<string>" }'
{ "statusCode": 00, "message": "Completed successfully" "data": { "sessionId": "1234787090", "accountName": "Bruce Banner", "accountNumber": "1234567890", "bank": "Sterling Bank" }, "errors": [] }
This endpoint allows you to validate the name on an account.
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
1234567890
001001
Was this page helpful?