Orders
๐๏ธ Create an order
You can create the order information in advance on the Wonder side through the Create Order API, and then pass the order number to [Payment SDK](/doc/payment_scenarios/payment_sdk/) / [Payment ECR](/doc/payment_scenarios/payment_ecr/) to complete the payment.
๐๏ธ Edit an order
๐๏ธ Get orders
please check https://developer.wonder.today/resources/query_dsl for query param details.
๐๏ธ Void an order
Void Order.
๐๏ธ Close an order
When the order is in partial_paid / over_paid, you can mark the order as paid via the close API.
๐๏ธ Get an order
Query the status of the order, if you have not received a webhook for a long time, then you can use the query API to query the status of the order.