Stripe D8
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Stripe bare integration and some modules
Initially this is thought to be a simple module exposing only the necessary elements, requirements and functionality for other modules to leverage and work around a stripe integration.
Right now this is:
- Settings for the different API keys and choosing between test/live
- A stripe render element using the Elements integrations.
- Includes stripe.js site wide as per their recommendation
- Allows for different card elements on different forms like normal form elememts
- It has JS selectors to pass on values to the card element for address/fraud validation.
TODO:
- Webhooks as event subscription
MODULES:
- stripe_example: Checkout example (WIP)
- stirpe_webform: Stripe webform elements and submit handler with flexible configurations and soon a template webform to clone
There is a bit of overlap with Stripe API
