post https://api.wowpe.in/api/api/api-module/payout/status-check
Status check is querying the current state or condition of a particular entity or process.
Request Params:
Name | Type | Description | Mandatory(Yyes)/ Optional(O) |
---|---|---|---|
clientId | String | Generated ClientId | Y |
secretKey | String | Generated Secret Key | Y |
clientOrderId | String | Unique Client Transaction Reference Number | Y |
Request Sample:
{
"clientId": "40c86a1c-XXXXXXXXXXXXXXXXXXXXXXXXXXX",
"secretKey": "e91650d0-XXXXXXXXXXXXXXXXXXXXXXXXXX",
"clientOrderId": "05645421"
}
Response Param:
Key | Type | Description |
---|---|---|
statusCode | Int | 0 => No action needs to be taken if StatusCode is 0 in case of status check. 1=> If status code is 1, Get Final status of transaction from status parameter 6 => If status code is 6, Fail the transaction.(only consider this status if transaction initiated time is older than 2 minutes.). |
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 | Unique Transaction Reference Number |
status | Int | Transaction Status 1 = Success/ 0 =Failure/4= Reversal/ else = Pending |