Create a Refund
POST/refunds
Create a refund for a payment.
This is an asynchronous operation. The status of the Refund object in a successful response will be PENDING. Listen to the refunds.succeeded or refunds.failed webhook to be notified of the final outcome of the refund.
Request
Responses
- 200
OK
Response Headers
Acme-Mode
Has the value LIVE if the data exists in live production mode or the value TEST if the data exists in test sandbox mode.