Finalizes and accepts a Stripe quote, creating a draft invoice. The
linked experiment advances to WaitingForMaterials. Optionally attach
a purchase order number for your records.
The quote must be in a confirmable state (“Waiting for confirmation” or “Quote sent”) and must not already have an invoice. Expired quotes return 409.
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Unique identifier of the quote to accept
Request payload for accepting a quote
Used when a customer decides to accept a quoted price.
Quote successfully accepted
Response after accepting a quote
Confirms the quote acceptance and provides invoice information if applicable.
Quote ID that was accepted
New status (accepted after confirmation)
draft, open, accepted, canceled, stale Stripe-hosted URL where the customer can view and pay the generated invoice
"https://invoice.stripe.com/i/acct_1234/test_5678"
ID of the invoice generated from this quote (if applicable)