Withdrawal /Payout Status Check

Sample Request

{
    "ref_id":"ref3123"
}

{
    "payout_id":"PAY2313"
}

Sample Response

{
    "status": true,
    "message": "Payout details fetched",
    "data": {
        "payout_id": "PAY2313",
        "ref_id": "ref3123",
        "payout_amount": 100,
        "payout_fees": 1,
        "account_holder_name": "Test User",
        "account_number": "123456789",
        "ifsc_code": "IDBI2313",
        "payout_status": "Success",
        "bank_rrn": null,
        "payout_by": "MERCHANT_PUBLIC_API",
        "udf1": null,
        "udf2": null,
        "udf3": null,
        "udf4": null,
        "udf5": null,
        "created_at": "2023-08-07 09:31:10"
    }
}
{
    "status": false,
    "response_code": "ERROR_CODE",
    "message": "ERROR_MESSAGE"
}
Language
Response
Click Try It! to start a request and see the response here!