> For the complete documentation index, see [llms.txt](https://padiwise.gitbook.io/padiwise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://padiwise.gitbook.io/padiwise/value-added-services/validation.md).

# Validation

### Providers Validation

&#x20;<mark style="color:green;">`POST`</mark>  `{{ 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}}"
    }
}
```
