Fetch Transaction Status
Use this API to get status of any transaction.
API URL: https://api.bulkpe.in/client/fetchStatus
Method: POST
Auth: Please refer to the Authorization page.
{
"transcation_id":"TRAREF0002211613" //use Bulkpe Transaction ID or
"reference_id": "572D2024030805141585328zMxCZI" //use your internal reference ID
}
//only one input is accepted.
{
"status": true,
"statusCode": 200,
"data": {
"transcation_id": "TRAREF000624",
"reference_id": "",
"account_number": "123456789",
"ifsc": "UTIB0CCH274",
"amount": 100,
"payment_mode": "neft",
"payment_remark": "testcredits",
"statusDescription": "testcredits",
"status": "SUCCESS",
"utr": "Manual-1068",
"holderName": "",
"type": "Credit",
"charge": 0,
"gst": 0,
"settelment_amount": "100.00",
"closing_balance": "100.00",
"createdAt": "2024-05-28T10:36:35.791Z",
"updatedAt": "2024-05-28T10:36:35.814Z",
"isVirtualAccount": false,
"SubVaId": "",
"vaName": "",
"SubVaAccountNumber": "",
"remiter_name": "Richard Hendricks",
"isSetteled": true
},
"message": ""
}
You can refer to this page to understand handling different states of transaction status