Refunds
Was this helpful?
Was this helpful?
Initiates a refund for an already captured or settled transaction. Each refund is treated as a new transaction of type REFUND
. Use GET /transactions
to retrieve its details.
A unique identifier (e.g., UUID) for this refund in your system. Used for idempotency checks and correlating the refund internally.
496de72d-d4a4-45eb-b426-3d04d2078a85
The unique ID of the original PAYMENT
transaction that you want to refund.
trx_01J5XCMDXCFXCAQ1BV8HVG6644
The amount to refund, in the smallest currency unit (e.g., cents for USD).
5000
Details of the new refund transaction.