v6
latestOpenAPI 3.1.02026-07-311856741.1 MBrefunds
public
Create Refund
Create a refund.
Scopes: refunds:write
post/v1/refunds/
Request body
Response
Refund created.
Example response
{
"dispute": {
"amount": 1000,
"tax_amount": 200,
"currency": "usd",
"reason": "fraudulent",
"order_id": "57107b74-8400-4d80-a2fc-54c2b4239cb3",
"payment_id": "42b94870-36b9-4573-96b6-b90b1c99a353"
}
}