post
https://api.wowpe.in/api/api/api-module/payout/account-validate
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 | Client Id is provided in wowpe Dashboard. | Y |
| secretKey | String | secretKey is provided in wowpe Dashboard. | 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 |
| clientOrderId | String | Unique Client Transaction Reference Number | Y |
Request Sample:
{
"clientId": "40c86a1c-XXXXXXXXXXXXXXXXXXXXXXXXXXX",
"secretKey": "e91650d0-XXXXXXXXXXXXXXXXXXXXXXXXXX",
"number": "82XXXXXXXXX",
"accountNo": "5010057XXXXXX",
"ifscCode": "HDFC0000539",
"clientOrderId": "01515542"
}
Response Param:
| Key | Type | Description |
|---|---|---|
| statusCode | Int | 0 => If statusCode is 0 fail the transaction 1 => 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 wowpe |
| beneficiaryName | String | Beneficiary Account Name |
| utr | String | Bank ref. Number |
| status | Int | Transaction Status 1 = Success/ 0 =Failure/4= Reversal/ else = Pending |