Orders

Retrieve a single refund

Retrieve a single refund recorded against the order. The response carries the refund's amount, status, the payment it was issued against and the processor-specific data (chargeback IDs, PMS sync state, etc.) used downstream by reconciliation jobs.

get/shop/orders/{orderId}/refunds/{refundId}

Response

A single refund recorded against an order.

Example response

{
  "data": {
    "currency": "gbp"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.