Order Fetch by ID APIAsk AIget https://api.durianpay.id/v1/orders/{id}The following endpoint retrieves the details of a single OrderPath ParamsidstringrequiredDefaults to ord_A1B1C1D1234Unique identifier of the Order to be retrievedQuery ParamsexpandstringDefaults to customerUsed to retrieve additional information about the Order. Supported values are: customer, payments. Example: /orders/ord_A1B1C1D1234?expand=customer&expand=paymentsResponses 200200 401401 404404 500500Updated 10 months ago