Confirm Checkout session

Confirm a checkout session and create the actual contract.

This endpoint transitions a checkout from preview/pending state to confirmed, creating the actual contract in the system.

Prerequisites:

  • Checkout must be in 'pending' or 'payment_succeeded' status
  • Checkout must not be expired

Payment Method:

  • Optional payment_method_id can be provided
  • If provided, it will be stored with the checkout

Flow:

  1. Validate checkout state
  2. Create contract from checkout preview
  3. Update checkout status to 'contract_created'
  4. Return confirmed checkout details
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params

Optional payment method ID to attach to the customer/contract.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json