Skip to content

Zotonic module for payments using Stripe as a Payment Service Provider.

License

Notifications You must be signed in to change notification settings

zotonic/zotonic_mod_payment_stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Zotonic module for payments using Stripe as a Payment Service Provider.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages