Execute Quote
PUT/b2b/quotes/:quote_id
Executes a quote that was previously requested.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 409
- 422
- 429
- 500
- 503
Response
Bad Request — the request was malformed or contained invalid parameters. Not retryable.
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Forbidden — the authenticated user does not have permission to perform this action. Not retryable.
Not Found — the requested resource does not exist. Not retryable.
Request Timeout — the request took too long to process. Retryable.
Conflict. Error codes:
EPTL:Quote already accepted— not retryable (terminal)EPTL:Quote cancelled— not retryable (terminal)EPTL:Price quote expired— not retryable (terminal)EPTL:Quote execution failed— not retryable (terminal)EPTL:Insufficient funds for transfer— not retryable (terminal), detail is dynamic
Unprocessable Entity. Error codes:
EPTL:PTL unable to fund transfer for quote— not retryableEPTL:PTL unable to fund order for quote— not retryable
Too Many Requests. Error codes:
EPTL:User has too many quote executions in progress— retryable (backoff)EPTL:User has reached volume threshold— not retryable (terminal)
Internal Server Error — an unexpected error occurred. Generally retryable.
Service Unavailable. Error codes:
EPTL:Order cancelled. Try again.— retryable