v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-10204364.2 KB
orders

Create order

Accept a quote and create an order. The nonce field provides idempotency.

post/orders

Request body

order_request_idstring required

The order request to fulfill.

order_quote_idstring required

The accepted quote.

noncestring required

Client-generated idempotency key.

payment_instrument_idstring required

Reference to the registered payment instrument.

Response

Order created.

idstring required

Unique order identifier.

intent_idstring required

Shared intent identifier for tracing Request -> Quote -> Order.

noncestring required

Client-generated idempotency key.

payment_instrument_idstring required

Reference to the payment instrument used.