Refund Payment
POST/public/api/v1/transactions/:transactionId/refund
Refund a captured payment. Partial refunds are allowed.
The endpoint typically only return a single refund operation. But if multiple partial captures has been requested, the endpoint might return multiple refund operations as each capture is refunded in isolation. If you do not use partial captures, then you will only ever receive a single refund operation.
Request
Responses
- 200
Refund operation response.