cURL
curl --request POST \ --url https://test.digitaltermination.com/api/payouts/account-verification \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "service_type": "Wallet", "mobile_number": 233245519485, "receiving_country": "GHA", "mno": "MTN" } '
{ "code": 200, "response": { "registration_status": 1, "registration_name": "GODWIN HOTTOR", "nameMatchRatio": null, "mno": "MTN" } }
This endpoint checks the format and validity of a phone number.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The account number to verify
"Wallet"
The mobile number
233245519485
The country code of the mobile number
"GHA"
The mobile service provider
"MTN"
Successful response for validating Mobile Money Wallet or Bank
Static response code indicating the status
200
Show child attributes
The registration status
1
The name of the account holder
"GODWIN HOTTOR"
The name match ratio
null