https://github.com/zotonic/zotonic_mod_payment_stripe
Zotonic module for payments using Stripe as a Payment Service Provider.
https://github.com/zotonic/zotonic_mod_payment_stripe
Last synced: about 2 months ago
JSON representation
Zotonic module for payments using Stripe as a Payment Service Provider.
- Host: GitHub
- URL: https://github.com/zotonic/zotonic_mod_payment_stripe
- Owner: zotonic
- License: apache-2.0
- Created: 2021-12-01T14:58:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T16:07:14.000Z (7 months ago)
- Last Synced: 2025-01-16T05:30:29.464Z (4 months ago)
- Language: Erlang
- Size: 15.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stripe payments for Zotonic
===========================This is a Payment Service Provider (PSP) module for mod_payment:
https://github.com/zotonic/zotonic_mod_payment
This module interfaces mod_payment to the PSP Stripe (https://stripe.com/)
Configuration
-------------The following configuration keys can be set:
* `mod_payment_stripe.secret_key` Set this to the secret API key.
* `mod_payment_stripe.webhook_secret` Set this to the secret used for webhook requests.You can find all keys at: https://dashboard.stripe.com/developers
The URL for the webhook is https://example.com/stripe/webhook
You will need to activate the "checkout" (`checkout.session.*`) events.Subscriptions
-------------Periodic payments are not yet supported.