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://ja.wordpress.org/plugins/payment-cat/#description)
 * [レビュー](https://ja.wordpress.org/plugins/payment-cat/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/payment-cat/#installation)
 * [開発](https://ja.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.

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

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/payment-cat/)
を [RSS](https://plugins.trac.wordpress.org/log/payment-cat/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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.7**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/payment-cat/)
 * タグ
 * [buy now button](https://ja.wordpress.org/plugins/tags/buy-now-button/)[donate button](https://ja.wordpress.org/plugins/tags/donate-button/)
   [payment-button](https://ja.wordpress.org/plugins/tags/payment-button/)
 *  [詳細を表示](https://ja.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/)