Place an order

Turns an unexpired quote into an asynchronous purchase, reserving the quote's total from the wallet. Requires the orders.create scope and an Idempotency-Key header — identical keys return the same order, making retries safe. Fulfillment proceeds in the background; follow the status via GET /api/v1/orders/{orderId} or webhooks.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required
string
required
length ≤ 200

Your own correlation identifier; echoed on the order and webhooks.

purchaseInput
object | null
Headers
string
required
length between 1 and 128

Caller-generated retry token (1–128 printable characters). Identical keys return the identical result instead of repeating the side effect. Derive it from your own operation identity and persist it.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json