Update order by ID
Update order by its ID
Authentication
X-API-Keystring
API Key authentication via header
Path parameters
orderId
Request
Your updated order details (only fields to be updated are required)
reference
Your unique order reference
currency
Currency in ISO 4217 format (e.g. USD, SGD)
description
Description of the order (e.g. Payment for Order #12345)
paidNotificationUrl
Your backend URL to receive payment notification (e.g. https://your-backend-app.com/payment-notification/ORDER-12345)
dueNotificationUrl
Your backend URL to receive due notification (e.g. https://your-backend-app.com/due-notification/ORDER-12345)
dueAt
Due date and time for the order, format: YYYY-MM-DD HH:mm:SS (e.g. 2026-05-05 22:00:00)
lineItems
Response
Order updated successfully
Errors
404
Not Found Error
422
Unprocessable Entity Error

