Skip to content

This is a sample Stripe plug-in for EC-CUBE4. It is an unofficial plug-in, so use at your own risk.

License

Notifications You must be signed in to change notification settings

virgil9306/Stripe4

 
 

Repository files navigation

Stripe for EC-CUBE4

EC-CUBE4でStripeでクレジットカード決済ができるプラグインのサンプルです。 非公式プラグインですのでご利用は自己責任でお願い致します。

インストールと有効化

bin/console eccube:composer:require stripe/stripe-php

bin/console eccube:plugin:install --code Stripe4
bin/console eccube:plugin:enable --code Stripe4

シークレットキーと公開キーを設定

Stripeのアカウントを取得して秘密鍵と公開鍵を環境変数(.env)に設定してください。

## 公開キー
STRIPE_PUBLIC_KEY=pk_test_0qJvdNsbljRCueJvLHcQZpBp000QbmBBNa
## シークレットキー
STRIPE_SECRET_KEY=sk_test_mnjd8T7FseGNnwvI09LYlOKn00GYM6xiwx

Shopping/index.twigにタグを追記

Shopping/index.twigに以下のタグを追記してください。

{{ include('@Stripe4/credit.twig', ignore_missing=true) }}

以上で設定は終了です。 お疲れさまでした。

あとは配送方法設定で取り扱う支払い方法にStripeを追加してあげてください。

決済テスト用クレジットカード

通常のクレジットカード番号

4242 4242 4242 4242

3Dセキュア認証が必要なクレジットカード番号

4000 0000 0000 3220

About

This is a sample Stripe plug-in for EC-CUBE4. It is an unofficial plug-in, so use at your own risk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.9%
  • Twig 26.1%