GET /organizations/{organization_id}/orders/{order_id}.
This route is not available on live integrations or environments outside the hosted demo stack.
When to use
- The order status is awaiting funding and you do not have a real bank transfer in demo.
- You need to exercise polling and downstream statuses on your own timeline.
Common headers
| Header | Value | Required | Description |
|---|---|---|---|
Authorization | Bearer <api-key> | true | SANDBOX API key |
Content-Type | application/json | true | Content type of the request |
Path parameters
Organization ID (must match the organization tied to your API key)
Order ID in awaiting funding state
Body
JSON object. Use{} or include an optional request_id string for tracing (does not change funding behavior).
Optional client reference or idempotency token; logged only.

