Accept a partner order quote
Accepts a quote returned by /partner/orders/quote. For local fiat rail, the quote_id already contains the provider and direction, so the request body can be {}. international bank quote ids work the same way. Accepting creates or returns the local ElementPay order, copies the API key webhook URL, and triggers partner webhook notifications as the order moves through order.processing, order.settled, order.failed, or order.refunded. This route is idempotent for already accepted local fiat rail previews: retries return the existing local order.
Authorizations
Path Parameters
Quote id returned by /partner/orders/quote.
Body
Accept a partner quote. Empty body is supported when quote_id identifies the route.
Optional provider assertion. Usually inferred from quote_id.
local fiat rail, international bank, elementpay Required for international bank OffRamp: form fields from the corridor's form_schema (returned in the quote response). Keys match the international bank FormSchema properties e.g. BankDetails, AccountHolderName, PaymentPurpose.
Response
Partner order quote accepted