Table of contents

Refund collected transactions

Refund a transaction within the same day of collection using this API.

curl --location 'https://xapi.bulkpe.in/client/pg1Refund' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer XXXXX' \ --data '{ "amount": 10, "referenceId": "TESTTR0019", "note": "TEST REFUND", "transactionId": "TEPGREF0015" //original txn ID that needs to be refund }'