开发者 |
itstripe
payaddons |
---|---|
更新时间 | 2025年1月28日 15:02 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.7.1 |
版权: | GPLv3 |
版权网址: | 版权信息 |
This way the checkout would look a lot more trustworthy to customers when being redirected to stripes own checkout page than giving their credit card details to “some random” site.
currency: Choose from usd, eur, aud, cad, cny, gbp, hkd, jpy, myr amount: Enter any digital number. quantity: Set the quantity for one-time type elements. [name]: Set the product name for one-time type elements. Note that the brackets are required for this term. metadata: Add metadata for the element. price: Use only for price IDs created in the Stripe dashboard. Format the price as "price_xxx_xx".
Here are some examples of how to use these parameters:
`
https://example.com/checkout?currency=eur&amount=199
https://example.com/checkout?currency=eur&amount=199&quantity=2&[name]=myproduct&metadata.order=1234&metadata.note=xxx
`
Payment Links
With Payment Links, you can create a payment page and share a link to it with your customers. You can share the link as many times as you want on social media, in emails, or through any other channel. Also, you can use them as an image link button or even insert them into any pricing table.
Payment Links supports over 20 payment methods—including credit and debit cards, Apple Pay, and Google Pay. The payment page is translated into over 30 languages and automatically matches your customer’s preferred browser language.
Links Demo | Pricing Table Demo
Contact Form 7 Stripe Integration (Free)
The above standalone payment widgets might be not enough to customize fields, people always want to attach more fields or information shipping with the payment, no matter if these fields are static or collected by customers.
As #1 form builder plugin with over 5 million installations, we do like Contact Form 7, not just popular, but simple, flexible, etc...
Now, we provide a CF7 Redirection
virtual button to link into a cf7 form. When customers submit the form, the CF7 original sending email submission does its own job, once its success, the payment workflow will be triggered then. After the payment, you should see these fields information in your payment details' metadata, never miss them.
Online Demo | Documentation
Note: we have a dedicated plugin for CF7 right now. Comparing the stripe checkout redirection only in this plugin, that plugin supports both credit card field and also multiple payment methods field as well. please check it out on https://wordpress.org/plugins/accept-stripe-for-contact-form-7
Customize email notifications
You can turn on/off three kinds of email notifications for each transfer: payment success, failed, customer invoice. You can design your email templates with built-in placeholder fields like amount, currency, customer email, address, etc...
Documentation
China digital payment: Alipay & WeChat
Both Alipay & WeChat Pay are digital wallet in China that has more than a billion active users worldwide. If your business is in China, then good for you, from a simple payment button to a complex form, we provide multiple elements for your customer to finish the payment easily.
Form Demo | Simple Button Demo | Documentation
ABOUT US
We provide professional Stripe payment solutions for WordPress, with the following core products:
You don’t need an entire eCommerce store to accept payments on your site and you have a product or service to offer and simply want to automate sales.
Yes! In Live Mode, an SSL certificate must be installed on your site to use Stripe. In addition to SSL encryption, Stripe provides an extra JavaScript method to secure card data using Stripe Elements.
Yes, it does - production and Test (sandbox) mode is driven by the API keys you use with a checkbox in the admin settings to toggle between both.
No, this plugin is using WP REST API. So please make sure it is opening or just add stripe-express API into the whitelist by some plugins like disable-json-api.