內容簡介
總結:Priconix Sync 是一個輕量級的外掛程式,可以透過短代碼在您的 WordPress 站點的任何位置添加 Stripe 付款按鈕。輕鬆從 WordPress 設置中配置您的 Stripe API 金鑰和重定向 URL。
問題與答案:
1. Priconix Sync 是用來做什麼的?
- 可以在 WordPress 網站的任何位置使用短代碼添加 Stripe 付款按鈕。
2. Priconix Sync 的功能有哪些?
- 可以透過短代碼在任何地方接受 Stripe 付款。
- 可自定付款按鈕(顏色、文字、金額等)。
- 在 WordPress 設置中輕鬆設置。
- 提供成功和取消 URL 的重定向。
3. 如何在 WordPress 上使用 Priconix Sync?
- 使用提供的短碼,在任何地方添加付款按鈕。
4. Priconix Sync 的短碼屬性有哪些,以及它們的描述?
- amount:預設為 10.00,付款金額。
- currency:預設為 USD,貨幣代碼(例如,USD、EUR)。
- description:預設為 Payment,付款描述。
- button_text:預設為 Pay with Stripe,按鈕標籤。
- button_color:預設為 #007bff,按鈕背景顏色。
- button_text_color:預設為 #ffffff,按鈕文字顏色。
- extra_classes:空白,按鈕的額外 CSS 類。
- product_name:Product,產品/服務名稱。
外掛標籤
開發者團隊
原文外掛簡介
Priconix Sync is a lightweight plugin that allows you to add a Stripe payment button anywhere on your WordPress site using a shortcode. Easily configure your Stripe API keys and redirect URLs from the WordPress settings.
Features:
– Accept Stripe payments anywhere via shortcode
– Customizable payment button (color, text, amount, etc.)
– Easy setup in WordPress settings
– Redirects for success and cancel URLs
External Services
This plugin integrates with Stripe’s payment processing service to handle secure payment transactions.
Stripe Payment Processing
Service Purpose: Stripe provides secure payment processing functionality for accepting credit card and other payment methods.
Data Transmission:
Payment information (amount, currency)
Customer details (when provided during checkout)
Transaction details
All data is transmitted securely via HTTPS to Stripe’s servers
Data is sent when:
A customer initiates a payment
During payment verification
When viewing transaction history (for authorized administrators)
Service Documentation
Stripe Terms of Service: https://stripe.com/legal/ssa
Stripe Privacy Policy: https://stripe.com/privacy
Stripe Security Documentation: https://stripe.com/docs/security
Note: A Stripe account is required to use this plugin. All payment data is handled directly by Stripe’s secure infrastructure and complies with PCI DSS requirements.
Usage
Add the payment button anywhere using the following shortcode:
[priconix-sync amount="10.00" currency="USD" description="Payment" button_text="Pay with Stripe" button_color="#007bff" button_text_color="#ffffff" extra_classes="" product_name="Product"]
Shortcode Attributes:
Attribute
Default
Description
amount
10.00
Payment amount
currency
USD
Currency code (e.g., USD, EUR)
description
Payment
Payment description
button_text
Pay with Stripe
Button label
button_color
#007bff
Button background color
button_text_color
#ffffff
Button text color
extra_classes
(empty)
Extra CSS classes for the button
product_name
Product
Name of the product/service
