/orders/{order_id}/refunds

POST {{baseUrl}}/orders/:order_id/refunds

Creates a new refund

Request Body

{"amount"=>"<number>", "comment"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;amount&quot;:&quot;\u003cnumber\u003e&quot;,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;}