Refund UPI Transaction
Refund a transaction (Static, Dynamic, UPI Collect) within the same day of collection using this API.
API URL: https://api.bulkpe.in/client/refundVpaTransaction
Method: POST
Auth: Please refer to the Authorization page.
{
"transaction_id": "BPTR3312", //original collection transaction id
"reference_id": "sathya-test", //unique reference id for the refund
"amount": 2 //partial or full amount
}
{
"status": true,
"statusCode": 200,
"data": {
"transaction_id": "BPTR001234567",
"reference_id": "Reference01",
"amount": 1,
"status": "REFUND_INITIATED",
"utr": ""
},
"message": ""
}