Validation

This Padiwise Recipients Inquiry Service allows you to confirm the accuracy of your customer’s information details on your payment platform before performing any form of financial transaction.

Providers Validation

POST {{ BASE }}/validation

--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'

Request Body

Below are the request body parameters 🎉

Name
Type
Description

provider_code

String

Provider Code

recipient

Number

Recipient Number

Response Body

{
    "status": true,
    "message": "success",
    "data": {
        "verified": {{true}},
        "message": "{{message}}"
    }
}

Last updated