v1
latestOpenAPI 3.1.02026-07-24290159.6 KBPayments
Update or cancel order
Update information about an order, ship it, or cancel it.
⚠️Note: It is not possible to change the order ID or description after the order has been created. Use this request to change the status of BNPL orders to Shipped.
patch/orders/{order_id}
Path parameters
order_idstring required
The unique identifier of the order.
Max length: 50 characters.
Request body
Example request
{
"status": "cancelled",
"exclude_order": true
}Response
Request successful