UpdateOrder
Update the status and details of an order. This is used to progress orders through their lifecycle, such as marking
funds as received or providing transaction IDs.
Authentication
X-API-Keystring
API Key authentication via header
Request
This endpoint expects an object.
orderId
status
Optional: new status
sourceTransactionId
Optional: source transaction ID
destinationTransactionId
Optional: destination transaction ID
depositInstructions
Optional: partner payment details
reason
Required when setting status to ERROR
customerFacingReason
returnDetails
toAmount
Response
Success
order
Order message - used for both partner and customer APIs For customer APIs, sensitive fields (customer_id, reason) are not populated
