Simulation
Simulate Order Status Update
Simulates a status transition for an existing order in the sandbox environment. The status update is processed asynchronously and triggers the corresponding webhooks for the target status.
post/v3/simulation/order
Headers
MIDstring required
Merchant or sub-merchant MID
Request body
Example request
{
"orderId": "OR-2603130504320558904",
"status": "fund_settled",
"errorCode": "PAYMENT_NOT_COMPLETED"
}Response
Order status update accepted for processing