Execute quote
Triggers execution of a pending account-funded swap quote.
Preconditions: the quote must be in offered status and must not have passed its expires_at timestamp. Quotes are valid for ~30 seconds after creation; execution after expiry returns 410 Gone.
Execution is asynchronous. The response confirms the quote entered executing status; poll GET /v1/accounts/{account_id}/quotes/{quote_id} to observe the terminal state (executed or failed).
Authorizations
Headers
Client-generated UUIDv4 for safe retries. Sent as the Idempotency-Key HTTP header. Replayed responses include the Idempotent-Replayed: true header.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
ID of the account the request applies to. This refers to one of the accounts held by the user the request is acting on behalf of (typically the user's main account, but any of the user's accounts is accepted). Routes the request to that specific account container. Canonical identifier for an account in the Payward public API.
14 - 42ID of the quote to execute.
1 - 64Response
Successful response
Result of triggering execution of a quote.