latestOpenAPI 3.1.02026-08-141866831.1 MB
77e4ef94fcc3
orders
public
Create Order
Create a draft order for an off-session charge against a saved payment method. The order is created with status=draft and no invoice number; call POST /v1/orders/{id}/finalize to attempt the charge.
The organization must have the off_session_charges_enabled feature flag.
Scopes: orders:write
post/v1/orders/
Request body
Example request
{
"organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
}Response
Successful Response
Order required— unresolved $ref