Picatic Ticketing
Sell tickets for your event directly from your app or website. Demo app: https://promo.picatic.com/picatic-slack-installation/
3 subscribers
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Picatic Ticketing endpoints
| Method | Endpoint | Description |
|---|---|---|
| Checkout | ||
| GET |
Read Checkout /checkout/{checkout_id} |
Retrieves the checkout by ID. |
| POST |
4) Confirm /checkout/{checkout_id}/confirm |
Confirm validates and completes a registration/purchase of a checkout. Unconfirmed checkouts expire after a period of time (20 minutes). |
| POST |
1) Create /checkout |
Create a checkout order and reserve tickets for an event. Ticket reservations will last 20 minutes. |
| PATCH |
2) Update /checkout/{checkout_id} |
Update invoice, tickets and surveys information from an existing checkout. |
| POST |
3) Payment /checkout/{checkout_id}/payment |
To complete the purchase of a paid event, a card token must be passed from the Stripe API. In most cases, you should create tokens client-side using Stripe's Checkout, Elements… |
| Getting Started | ||
| GET |
My Tickets /ticket_price?filter[event_id]={event_id}&page[limit]={limit}&page[offset]={offset} |
Retrieve all ticket prices for a particular event. |
| GET |
My Events /event?filter[user_id]=me&filter[status]=active&page[limit]={limit}&page[offset]={offset} |
Get a list of your events. |
| Other | ||
| GET |
Apply Promo Code /ticket_price?filter[event_id]={event_id}&tpd_code={promo_code}&include=ticket_price_discount&page[limit]={limit}&page[offset]={offset} |
Apply a promo code to a ticket price - (Optional) |
Picatic Ticketing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $34 / month | — |
|
| MEGA | $89 / month | — |
|