/orders/{order_id}/refunds
POST {{baseUrl}}/orders/:order_id/refunds
Creates a new refund
Request Body
{"amount"=>"<number>", "comment"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"amount":"\u003cnumber\u003e","comment":"\u003cstring\u003e"}