CheckStatus

Request Body Parameters

S.NNameTypeDescriptionMandatory (M) , Optional (O)Provided by Pinwallet (Y/N)
1.TransactionIdStringPayout Transaction Reference NumberMN
{
    "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"
    }
}
Language
Click Try It! to start a request and see the response here!