post https://rapifi.in/api/payout/v1/StatusEnquiry
This page will help you get the status of payout transaction
Header Parameter
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-RPF-ApiKey | String | Provided By Rapifi |
X-RPF-UserId | String | Provided By Rapifi |
Request Parameter
Name | Type | Mandatory | Description |
---|---|---|---|
refid | String | Yes | Unique Transaction id passed in Transaction api |
sample Request
{
"refid": "TXN123456789"
}
Sample Response
{
"status": true,
"responsecode": 1,
"data": {
"refid": "TXN123456789",
"ackno": "QR97427411234",
"name": "xxxx xxxxx",
"mobile": "XXXXXXXXX",
"amount": "2.00",
"remarks": "Credited to beneficiary xxxxxxx on 20-12-xxxx 12:52:57",
"status": 1,//1-success,0-Failed/Refund,2-Pending and pending on other status than this
"utr": "1234567895",
"msg": "Credited to beneficiary ARVINDCHOUDHARY on 20-12-2023 12:52:57"
}
}