v1
latestOpenAPI 3.1.02026-07-2022194782.1 KBRefund a captured payment
Refunds a payment that has been captured, and returns a unique reference for this request. You get the outcome of the request asynchronously, in a REFUND webhook.
You can refund either the full captured amount or a part of the captured amount. You can also perform multiple partial refunds, as long as their sum doesn't exceed the captured amount.
Some payment methods do not support partial refunds. To learn if a payment method supports partial refunds, refer to the payment method page such as cards, iDEAL, or Klarna.
If you want to refund a payment but are not sure whether it has been captured, use the /payments/{paymentPspReference}/reversals endpoint instead.
For more information, refer to Refund.
Path parameters
The pspReference of the payment that you want to refund.
Headers
A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).
Request body
Response
Created - the request has been fulfilled and has resulted in one or more new resources being created.