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
--header 'Accept: application/json'
--header 'Authorization: Bearer {{ access_token }}'Name
Type
Description
{
"status": true,
"message": "success",
"data": {
"verified": {{true}},
"message": "{{message}}"
}
}Last updated