
內容簡介
PCIO VIS Tickets 是 PCIO VIS Member Event 外掛的擴充功能,提供活動票務管理,包括售票、退款及 PDF 票券生成,並整合 Stripe 進行安全支付,讓活動主辦方輕鬆管理票務。
【主要功能】
• 支援 Stripe 進行付費及免費票務
• 每場活動可設定不同票種及數量
• 生成含 QR 碼的 PDF 票券以便入場驗證
• 提供退款處理及票務訂單列表
外掛標籤
開發者團隊
原文外掛簡介
PCIO VIS Tickets is an extension for the PCIO VIS Member Event plugin. Events with a guest limit sell tickets to the public: per-event ticket types, a secure Stripe checkout, PDF tickets with QR codes, and refunds. Events without a limit keep the member join / interested / not-joining signup.
Features:
Paid tickets via Stripe Checkout, plus free tickets.
Per-event ticket types with prices and quantities.
PDF tickets with QR codes for entry validation.
Refund handling and a Ticket Orders list in Finance.
This plugin requires the PCIO VIS Member Event core plugin to be installed and active. It reuses the core plugin’s bundled Dompdf and php-qrcode libraries for PDF and QR generation.
External services
This plugin connects to the Stripe payment API (operated by Stripe, Inc.) to take card payments for paid tickets. Free tickets (price 0) never contact Stripe. Stripe is only used when you have entered your Stripe API keys under Vis → Tickets.
What is sent, and when:
When a buyer checks out a paid ticket: the plugin creates a Stripe Checkout Session by sending the order number, the ticket line items (names and amounts), the currency, the buyer’s email address, and success/cancel return URLs to https://api.stripe.com. The buyer is then redirected to Stripe’s hosted checkout page, where they enter their card details directly with Stripe (card data never passes through this site).
When Stripe confirms payment: Stripe calls this site’s webhook endpoint; the plugin verifies the signature and records the payment reference.
When an administrator refunds a paid order: the payment reference is sent to https://api.stripe.com to create the refund.
Buyer name, email and phone entered at checkout are stored on this site to issue and email the tickets. Because personal data and payment data are transmitted to Stripe, please ensure your own privacy policy covers this. By using this integration you and your buyers are subject to Stripe’s terms and policies:
Stripe Services Agreement (terms): https://stripe.com/legal/ssa
Stripe Privacy Policy: https://stripe.com/privacy
