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
This plugin integrates with Stripe’s payment processing service to handle secure payment transactions.
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.
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