Orders
Get order details
Retrieve details for a specific order including current status, payment information, and timestamps.
Use this endpoint to:
- Check payment status after creating an order
- Poll for status updates as an alternative to webhooks
- Retrieve order data for reconciliation
GET
Get order details
Authorizations
Merchant key for store identification. Required for all API requests.
Path Parameters
Unique order identifier returned from order creation.
Required range:
x >= 1Example:
12345
Response
Order details retrieved successfully