v1
latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MBOrders API
Update order
⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead.
Certain details of an existing order can be updated.
For an in-depth explanation of each parameter, see Create order.
🔑 Access with
API key
Advanced access token with orders.write
OAuth access with orders.write
patch/orders/{orderId}
Request body
Example request
{
"redirectUrl": "https://www.example.com/redirect",
"cancelUrl": "https://www.example.com/cancel",
"webhookUrl": "https://www.example.com/webhook",
"billingAddress": {
"title": "Mr.",
"givenName": "John",
"familyName": "Doe",
"organizationName": "Mollie B.V.",
"streetAndNumber": "Keizersgracht 126",
"streetAdditional": "4th floor",
"postalCode": "5678AB",
"email": "example@email.com",
"city": "Amsterdam",
"region": "Noord-Holland",
"country": "NL"
},
"shippingAddress": {
"title": "Mr.",
"givenName": "John",
"familyName": "Doe",
"organizationName": "Mollie B.V.",
"streetAndNumber": "Keizersgracht 126",
"streetAdditional": "4th floor",
"postalCode": "5678AB",
"email": "example@email.com",
"city": "Amsterdam",
"region": "Noord-Holland",
"country": "NL"
}
}Response
The updated order object.