Refund PG Transaction
Refund a PG link collection within the same day of collection using this API.
API URL: https://api.bulkpe.in/client/refundPgLinkTransaction
Method: POST
Auth: Please refer to the Authorization page.
{
"transaction_id": "BPTR001204851",
"amount": 1,
"reference_id": "RESRES001234567643"
}
{
"status": true,
"statusCode": 200,
"data": {
"transaction_id": "BPTR001204851",
"reference_id": "RESRES001234567643",
"mode": "PG_LINK_COLLECTION",
"vpa_reference_id": "",
"vpa_id": "",
"order_id": "BPPG001234",
"isSubMerchant": false,
"merchant_id": "",
"merchant_reference": "",
"account_number": "",
"ifsc": "",
"upi": "",
"amount": 1,
"payment_mode": "NEFT",
"card_network": "",
"card_masked_number": "",
"card_issuer": "",
"payment_remark": "",
"statusDescription": "Transaction Refund Initiated",
"status": "PENDING",
"utr": "",
"holderName": "",
"type": "Refund",
"charge": 0,
"gst": 0,
"createdAt": "2025-11-18T05:57:59.124Z",
"updatedAt": "2025-11-18T05:58:00.797Z"
},
"message": ""
}