v1
latestOpenAPI 3.1.02026-07-245361280.3 KBRetrieve an Order
Retrieve information about an existing order.
get/orders/{order_id}
Path parameters
order_idstring required
ID given by the merchant in their system.
Response
200
Example response
{
"payment_id": "D-4-f77392b1-4ff0-477c-749ac9a237b5",
"order_id": "LDMYZ5mtmsCa",
"amount": 382,
"currency": "USD",
"approved_date": "2018-07-11T19:55:56.348Z",
"created_date": "2018-07-11T19:55:56.348Z",
"status": "PENDING",
"status_code": "100",
"status_detail": "The payment is pending"
}