Simple Stripe checkout buttons

plugin banner

An easy to accept payements using Stripe-hosted payment page that lets you collect payments quickly.

Author:ognjenpetrovic (profile at wordpress.org)
WordPress version required:5.1
WordPress version tested:5.6.4
Plugin version:1.0.0
Added to WordPress repository:24-12-2020
Last updated:24-12-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:409
plugin download
Click to start download

This plugin allows you to accept Stripe payments on your WordPress pages.

It uses a simple shortcode that creates one or more Stripe checkout buttons.

Stripe account prerequests

Configuration

After the plugin is installed and activated, you need to configure settings. Settings are located under “Settings->Simple Stripe buttons”

Usage

Create buttons using a simple shortcode.

Shortcode parameters:

  • price-id – Price ID from Stripe dashboard. Required
  • text – Button text. If ommited it default “Buy now” is used

Examples

[simple-stripe-button price-id="price_1HvOLlDMgdjb9VY8UYqYhCQk" /]

[simple-stripe-button price-id="price_1HwvyyDMgdjb9VY8RSyKuNfG" text="buy me"/]