Create Approved Stripe Checkout
printing.checkout.createCreate a Stripe Checkout URL after the customer approves the quote. Stripe authorizes the card; AIURION captures payment only after manually approving the model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | AIURION quote UUID returned by printing.quotes.create. | |
| materialId | No | AIURION material identifier listed by printing.capabilities.get. | |
| accessToken | No | Guest token returned by printing.sessions.start. Optional when Authorization already carries a permanent key or guest token. | |
| idempotencyKey | Yes | Stable unique key for retrying checkout creation. | |
| productionSpeed | No | Requested production priority: standard or rush. | |
| approvalConfirmed | Yes | Set true only after the customer reviews and approves the quote. | |
| fulfillmentMethod | No | How the completed parts should be delivered. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||