Title: Payment Cat &#8211; Easy Stripe Payments
Author: Ryan Novotny
Published: <strong>2024 年 11 月 25 日</strong>
Last modified: 2024 年 11 月 26 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/payment-cat/assets/icon-256x256.png?rev=3196068)

# Payment Cat – Easy Stripe Payments

 作者：[Ryan Novotny](https://profiles.wordpress.org/ryannovotny/)

[下载](https://downloads.wordpress.org/plugin/payment-cat.zip)

 * [详情](https://cn.wordpress.org/plugins/payment-cat/#description)
 * [评价](https://cn.wordpress.org/plugins/payment-cat/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/payment-cat/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/payment-cat/#developers)

 [支持](https://wordpress.org/support/plugin/payment-cat/)

## 描述

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:

 * [About Stripe Checkout](https://stripe.com/en-gb-us/payments/checkout)
 * [Stripe supported countries](https://stripe.com/global)
 * [Create an account](https://dashboard.stripe.com/register)

#### Why We Made Payment Cat

Payment Cat is made by the team at [Fatcat Apps](https://fatcatapps.com/). 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:

[Stripe](https://stripe.com/privacy)

Our full privacy policy is available here: [https://fatcatapps.com/legal/privacy-policy/](https://fatcatapps.com/legal/privacy-policy/)

## 区块

该插件提供了 1 个区块.

 *   Fatcatapps Payment Cat Button

## 安装

 1. Upload the Payment Cat plugin file to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In your sidebar, select Payment Cat and setup the plugin.
 4. Add the shortcode [payment_cat] anywhere to add a checkout with Stripe button.

## 常见问题

### 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' );
    ```

## 评价

此插件暂无评价。

## 贡献者及开发者

「Payment Cat – Easy Stripe Payments」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Ryan Novotny ](https://profiles.wordpress.org/ryannovotny/)

[帮助将「Payment Cat – Easy Stripe Payments」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/payment-cat)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/payment-cat/)，查看[SVN仓库](https://plugins.svn.wordpress.org/payment-cat/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/payment-cat/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/payment-cat/)。

## 更新日志

#### 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.

## 额外信息

 *  版本 **0.0.5**
 *  最后更新：**2 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.7.5**
 *  PHP 版本 ** 5.6 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/payment-cat/)
 * 标签
 * [buy now button](https://cn.wordpress.org/plugins/tags/buy-now-button/)[donate button](https://cn.wordpress.org/plugins/tags/donate-button/)
   [payment-button](https://cn.wordpress.org/plugins/tags/payment-button/)
 *  [高级视图](https://cn.wordpress.org/plugins/payment-cat/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/payment-cat/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/payment-cat/reviews/)

## 贡献者

 *   [ Ryan Novotny ](https://profiles.wordpress.org/ryannovotny/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/payment-cat/)