For sandbox / demo integrations only. Use a SANDBOX API key and the demo API base URL your Stable Sea contact provides. After you create an order, call this endpoint when you are ready to simulate that the customer funded the order. The response matches Get order so you can refresh your UI from the returned JSON or by pollingDocumentation Index
Fetch the complete documentation index at: https://docs.stablesea.com/llms.txt
Use this file to discover all available pages before exploring further.
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.

