Skip to main content

Refund a Transaction

POST 

/v2/orders/:orderID/transactions/:transactionID/refund

There are two ways to refund; through your payment gateway and mark it refunded in Commerce Manager, or directly through Commerce Manager or API.

  • Mark as Refunded: You can manually mark a transaction as refunded. Before you can mark the order as refunded, you need to handle the actual refund on your side with your payment provider. Mark as Refunded is a full refund made to the transaction.
  • Refund through Composable Commerce: You can process a full or partial refund to a supported payment provider directly from Commerce Manager or API by providing the refund amount. When you start the refund process, the request is directly sent to the payment gateway.
caution

If you use manual gateway for partial or full refund, you need to handle the actual refund on your side with your payment provider.

Request

Responses

Response Headers