Order status
The DCM platform provides the ability to obtain information about the status of an order using a GET request.
Endpoint
{{url_host}}/api/v1/merchants/order/status?id={{order_id}}
Response 200 (example)
Response 400
Order Statuses in DCM platform:
Created: The order has been successfully created.
In Progress: A payment message with an assigned GUID has been successfully generated for the order.
Success: DCM platform has received confirmations from all participants (Initiating Bank, Receiving Bank, and Merchant) verifying that the order can be fulfilled.
Canceled: The order is automatically canceled once its validity period expires.