post http://app.pinwallet.in/api/creditcard/docheckstatus
Request Body Parameters
S.N | Name | Type | Description | Mandatory (M) , Optional (O) | Provided by Pinwallet (Y/N) |
---|---|---|---|---|---|
1. | TransactionId | String | Payout Transaction Reference Number | M | N |
{
"responseCode": 200,
"success": true,
"message": "Successful disbursal to Bank Account is done",
"data": {
"rrn": "303416796868",
"status": "SUCCESS",
"statusCode": "200",
"message": "Successful disbursal to Bank Account is done",
"pinwalletTransactionId": "PINW10203226757709340471",
"apiTransactionId": "123896600663"
}
}
{
"responseCode": 200,
"success": true,
"message": "The payee.bankIfsc format is invalid.",
"data": {
"rrn": "",
"status": "FAILURE",
"statusCode": "400",
"message": "The payee.bankIfsc format is invalid.",
"pinwalletTransactionId": "PINW07047473755322617290",
"apiTransactionId": "1238966000663"
}
}