v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Retrieve 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

payment_idstring
order_idstring
amountinteger
currencystring
approved_datestring
created_datestring
statusstring
status_codestring
status_detailstring

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"
}