Verify Recipient - POST
This operation returns either Airtel or MTN personal information of the account holder/recipient
Request
Request URL https://payments.mobipayagrosys.com/api/all/verification/
Request Headers
Authorization | Authorization header used for Basic authentication and oauth. Format of the header parameter follows the standard for Basic. Oauth uses Basic authentication type where the credential is the received access token.(Api-Username & Api-Key) |
Api-Username | Api Username which provides access to this API. Shared by MobiPay |
Api-Key | Api key which provides access to this API. Shared by MobiPay. |
Request body
"body": {
"mode": "formdata",
"formdata": [
{
"key": "recipient",
"value": "256752894074",
"type": "text"
}
]
}