PCIO VIS Tickets

描述

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

屏幕截图

安装

  1. Install and activate the PCIO VIS Member Event core plugin first.
  2. Upload the pcio-vis-tickets directory to /wp-content/plugins/.
  3. Activate the plugin in Plugins in the WordPress admin.
  4. Configure your Stripe keys and ticket settings under the Vis admin menu.

常见问题

Do I need Stripe?

Only for paid tickets. Free tickets work without any payment configuration.

What happens to events without a guest limit?

They keep the standard member join / interested / not-joining signup provided by the core plugin.

评价

此插件暂无评价。

贡献者及开发者

「PCIO VIS Tickets」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「PCIO VIS Tickets」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0

  • Initial release.