설명
The Stripe Payments plugin allows you to accept credit card payments via Stripe payment gateway on your WordPress site easily.
It has a simple shortcode that lets you put Stripe “Buy Now” buttons anywhere on your site for a product or service. You can accept donation via Stripe also.
One click payment via Stripe with a remember me feature. Responsive design so it is compatible with all devices and browsers.
Your customers will be redirected to the “Checkout Result” page after the credit card payment. This page shows them the details of the transaction (the item that they just paid for).
The transaction info is also captured in the orders menu of the plugin. You can view all the payments you received from your WordPress admin dashboard.
Setup and Usage Video
Checkout Demo Video
기능
- Quick installation and setup.
- Easily take payment for a service from your site via Stripe.
- Sell files, digital goods or downloads using your Stripe merchant account.
- Sell music, video, ebook, PDF or any other digital media files.
- The ultimate plugin to create simple Stripe payment buttons.
- Create buy buttons for your products or services on the fly and embed it anywhere on your site using a user-friendly shortcode.
- Ability to add multiple “Buy Now” buttons to a post/page.
- Allow users to automatically download the digital file after the purchase is complete.
- View purchase orders from your WordPress admin dashboard.
- Accept donation on your WordPress site for a cause.
- Create a stripe payment button widget and add it to your sidebar.
- Ability to collect billing and shipping address of the customer.
- Ability to specify a logo or thumbnail image for the item that will get shown in the stripe payment window.
- Ability to customize the Stripe buy now button text from the shortcode.
- Ability to customize the Stripe buy now button appearance using custom CSS code.
- Ability to specify a custom description for the item/product (this info is captured with the order).
- Option to configure a notification email to be sent to the buyer and seller after the purchase.
- There is an option to allow the customer to enter a custom price amount for your product or service (customer pays what they want).
- Option to accept custom donation amount via Stripe payment gateway.
- Option to collect tax for your products (if applicable).
- Option to collect shipping for your tangible products.
- Option to save the card data on Stripe.
- Ability to have custom thank you page on a per product basis.
- Ability to customize the message on the thank you page using tags.
- Ability to customize the price display with currency symbol.
- Ability to use a link URL to create custom payment button for your products.
- Option to send receipt email to your customers from Stripe for each transaction.
- Option to collect a custom input from your customers for products (useful if you are selling products that need special instructions from the customers).
- Stock control option. You can limit the number of quantity available for a product.
- Option to enable Alipay payments. So your customers can pay using their Alipay accounts.
- Option to enable Terms and Conditions that your customers have to accept before they can make a purchase.
- Ability to configure variable products. You can charge different amount for different options of the product.
- Ability to create “Authorize Only” products. You can hold funds on a card then capture it later.
- 3D Secure payments compatible.
- Strong Customer Authentication (SCA) Compliant.
The setup is very easy. Once you have installed the plugin, all you need to do is enter your Stripe API credentials in the plugin settings and your website will be ready to accept credit card payments.
You can run it in test mode by specifying test API keys in the plugin settings.
Shortcode Parameters/Attributes
There are two ways you can use this plugin to create a “Buy Now” or “Pay” button to accept payment.
Option 1) Create a product in the admin dashboard of this plugin then use a shortcode to put a buy button for that product.
Check this tutorial for step by step instructions.
Option 2) You can specify the item details in a shortcode to dynamically create a Stripe payment button.
Check this tutorial for step by step instructions.
Detailed Documentation
For detailed documentation and instructions please check the WordPress Stripe Payments Plugin documentation page.
블록
이 플러그인은 1(을)를 제공합니다.
- Accept Stripe Payments
설치
Using The WordPress Dashboard
- Navigate to “Plugins->Add New” from your dashboard
- Search for ‘stripe payments’
- Click ‘Install Now’
- Activate the plugin
Uploading via WordPress Dashboard
- Navigate to the “Add New” in the plugins dashboard
- Navigate to the “Upload” area
- Select
stripe-payments.zip
from your computer - Click “Install Now”
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
stripe-payments.zip
- Extract the
stripe-payments
directory on your computer - Upload the
stripe-payments
directory to the/wp-content/plugins/
directory - Activate it from the Plugins dashboard
FAQ
-
Yes, you can have any number of buttons on a single page.
-
Can I use it in a WordPress Widgets?
-
Yes, you can.
-
Can I specify quantity of the item?
-
Yes, you can configure it in the product configuration interface.
-
Yes, you can specify the “button_text” attribute in the shortcode to customize it.
-
Will the customers receive an email after purchase?
-
Yes, you can configure the email settings options in the settings menu of the plugin.
-
Is it possible to get notified if payment failed for some reason?
-
Yes. Go to Stripe Payments > Settings, Email Settings tab and check “Send Email On Payment Failure” option.
-
Can It be tested before going live?
-
Yes, please visit Stripe Payments > Settings screen for options.
후기
기여자 & 개발자
“Accept Stripe Payments”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자변경이력
2.0.43
- Plugin’s display name has been changed to “Accept Stripe Payments” according to WP guidelines.
- Improved sanitization of the incoming request data.
- Scripts and styles are now being loaded via
wp_enqueue_scripts
where possible. - Addressed a few minor cosmetic issues and PHP warnings.
2.0.42
- 3D Secure feature’s iframe loop issue has been addressed.
2.0.41
- Replaced 3D Secure redirect with full screen iframe.
- Added per-product option to use different Stripe account for some of the products.
- Payment process no longer fails if a variation with negative price mod is selected.
- Buyer name and email no longer missing when using add-ons with
Do Not Save Card Data on Stripe
option enabled. - Trial period support for variable subscriptions.
- The jQuery UI CSS is included in the plugin (instead of including from an external URL).
- Removed the update checker library for add-ons to adhere to WordPress’s guidelines.
You can install Addons Update Checker plugin to keep your Stripe Payments add-ons upto date.
2.0.40
- Fixed an XSS issue with the “currency_code” settings field. Thanks to Park Won Seok.
2.0.39
- Buyer email address no longer missing when
Don't save card
option enabled. - Added add-ons upgrade notice.
- WP 5.6 compatibility.
2.0.38
- Payment confirmation is now done on backend.
- Limit reCaptcha token reusage.
- Fixed full discount coupons were improperly handled in some situations.
- Fixed rare internal Stripe API wrapper issue.
2.0.37
- Proper tax amount rounding when quantity is >1.
- Coupons are supported for trial subscriptions now.
- Front-end card errors are now also sent via error email.
- Countries displayed in alphabetical order now.
- Prevented backend access to Legacy API functions if it’s disabled.
- Added extra note to the “error email” body explaining what an “error email” means.
Full changelog available at changelog.txt