Convenience endpoint that does the same thing as POST /quotes/{id}/confirm
but addressed by experiment ID — the server resolves the quote ID internally.
Accepts the Stripe quote, creates a draft invoice, and transitions the
experiment to WaitingForMaterials.
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.
Experiment identifier
Request payload for accepting a quote
Used when a customer decides to accept a quoted price.
Quote accepted, invoice created
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)