cURL
curl --request POST \ --url https://api.stag.songhaiexchange.io/gateway/account-number-validation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mobileMoneyWalletCountry": "GHA", "mobileMoneyWalletNumber": "<string>", "mobileOperatorCode": "<string>" } '
{ "status": "SUCCESS", "message": "<string>", "errorCode": 123, "data": { "mobileMoneyWalletCountry": "<string>", "mobileMoneyWalletName": "<string>", "mobileMoneyWalletNumber": "<string>" } }
Validate mobile money wallet number and retrieve wallet details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"GHA"
Mobile operator code (e.g., MTN, VOD, AIR)
Mobile money wallet validated successfully
SUCCESS
ERROR
Show child attributes