v1
latestOpenAPI 3.0.02026-08-06363576.8 KBPayment
Refund a settled Payment
If a Payment is in the settled state and the payment processor supports refunds, you can refund it. Requires a secret key.
post/payments/{uuid}/refund/
Path parameters
uuidstring uuid required
Response
Successful operation
Example response
[
{
"amount": "100.00",
"currency": "USD",
"state": "settled",
"transactions": [
{
"amount": "6.99",
"currency": "USD"
}
]
}
]