post
https://api.payyez.com/PayoutAPI/accountverification
Account verification Ensure the authenticity and ownership of financial accounts for security and compliance purposes.
Request Params:
| Name | Type | Description | Mandatory(Yyes)/ Optional(O) |
|---|---|---|---|
| clientId | String | Generated ClientId | Y |
| secretKey | String | Generated Secret key | Y |
| number | String | Mobile Number of the user | Y |
| accountNo | String | Beneficiary Account Number | Y |
| ifscCode | String | Beneficiary bank’s IFSC Code- 11 digit | Y |
| orderID | String | Unique Client Transaction Reference Number | Y |
Request Sample:
{
"clientId": " sample sting 1”,
"secretKey": " sample sting 2",
"accountNo": " sample sting 3",
"orderID": " sample sting 4
}
Response Param:
| Key | Type | Description |
|---|---|---|
| statusCode | String | 0 => If statusCode is 0 fail the transaction1 => If status code is 1, Get Final status of transaction from status parameter |
| message | String | Transaction message |
| clientOrderID | String | Unique Client Transaction Reference Number |
| orderID | String | Unique Transaction Reference Number of Distril |
| beneficiaryNa m e | String | Beneficiary Account Name |
| RRN | String | Bank ref. Number |
| status | String | Transaction Status 1 = Success/ 0 =Failure/4= Reversal/ else = Pending |
