Stripe D8

Component ID

2881245

Component name

Stripe D8

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

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