Description
Payment Cat is the easiest way to start taking credit card payments on your site. This Stripe Payments Plugin works out of the box, letting you create a payment gateway in less than 2 minutes.
Just add your Stripe keys and set your price, then add the shortcode [payment_cat] anywhere in your content to add a checkout with Stripe button.
The checkout button sends users to a secure Stripe Checkout. Once the payment is complete, send the user to a payment confirmation page of your choice.
About Stripe
Stripe is the world’s leading online payment processor, and the easiest way to monetize an online business.
Payment Cat is designed specifically to integrate with Stripe because of how easy they make it to accept online payments.
Stripe has no setup fee, no recurring monthly fees, just a small percentage of each sale you make.
By integrating with Stripe, Payment Cat is able to take advantage of Stripe Checkout, a simple, conversion-optimized payment page built and hosted by Stripe.
This payment page is responsive and optimized for different devices, and accepts 135+ currencies, multiple credit card options, as well as Apple Pay and Google Pay.
When you send potential customers to Stripe Checkout, you’ll get more conversions, as your customers will find it much easier and safer to give you money.
See here for more on Stripe and how it works:
Why We Made Payment Cat
Payment Cat is made by the team at Fatcat Apps. We’ve been making quality, easy-to-use WordPress plugins for more than 8 years.
We recognized a need for a simple, no-frills Stripe payment gateway to sell early versions of our own products. That’s why we built Payment Cat.
We put the code together, tested it on our own site, and found Payment Cat worked right out of the box – just as it will for you.
It shouldn’t be hard to start earning from your hard work. Whether you’re a content creator, a freelancer, or you build software, with Payment Cat it is stupidly simple to accept Stripe Payments on your WordPress site.
Privacy Disclosure
This plugin does not store any personal data.
This plugin can be configured to connect to 3rd party service providers such as Stripe.
If you use this plugin to connect to a 3rd party, personal data may also be shared with that party.
Additional privacy policy information for 3rd party services can be found here:
Our full privacy policy is available here: https://fatcatapps.com/legal/privacy-policy/
Blocks
This plugin provides 1 block.
- Fatcatapps Payment Cat Button
Installation
- Upload the Payment Cat plugin file to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- In your sidebar, select Payment Cat and setup the plugin.
- Add the shortcode [payment_cat] anywhere to add a checkout with Stripe button.
FAQ
-
Do I Need A Stripe Account To Use Payment Cat?
-
Payment Cat is designed as a Stripe Payment Gateway, so you will need a Stripe account to start accepting payments.
We may consider adding additional payment options in the future, depending on demand.
-
Can I Set Up Google/Facebook Conversion Events With Payment Cat?
-
Firing a conversion event when someone pays you is easy. Simply send your customers to a payment confirmation page once the payment goes through, and add your event code to this page. Every person that lands on this page will register as a conversion.
-
How Can I Extend Payment Cat?
-
The filter
rn_ssp_session
is available to customize the checkout parameters. For example:
function 12312135_my_session_callback( $session ) {$session = [ 'payment_method_types' => [ 'alipay' ] ]; return $session; } add_filter( 'rn_ssp_session', '12312135_my_session_callback' );
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Payment Cat – Easy Stripe Payments” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Payment Cat – Easy Stripe Payments” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Payment Cat 0.0.5
- Added Block
- Updated UI
Payment Cat 0.0.4
- Initial Release
Payment Cat 0.0.3
- Changed namespace from “fca_pay” to “rn_ssp”
Payment Cat 0.0.2
- Updated readme.txt
Payment Cat 0.0.1
- Release candidate 1.