Create ticket checkout link
create_ticket_checkoutGenerate a secure Stripe payment link for event tickets. Buyers complete payment themselves and receive QR-coded tickets via email.
Instructions
Create a secure Stripe-hosted payment link for event tickets. Returns a checkout URL — give it to the human to complete payment themselves; tickets with QR codes are emailed after payment. Get ticket_type_id values from get_event. Always confirm the exact tickets and total with the human before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Ticket selections | |
| buyer_name | No | Buyer's name (optional) | |
| event_slug | Yes | Event slug | |
| buyer_email | Yes | Email to deliver tickets to (required — ask the human) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| total | No | ||
| currency | No | ||
| order_id | No | ||
| checkout_url | No | ||
| instructions | No |