Refund a Payment
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": false,
"statusCode": 400,
"data": {},
"message": ""
}