Get order status by checkout ID
API Integration
Get order status by checkout ID
Returns the current status of an order by its checkout ID.
Use this endpoint to poll for order status if you haven’t received a callback or need to verify the current state of an order.
Requires a valid API key via Bearer token in the Authorization header.
POST
Get order status by checkout ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The checkout ID returned from /b2b/place-order.
Example:
"CHK-123456"