This module integrates stripe with the Drupal payment framework. It enables credit card and SEPA transactions.
- elements ≥ 1.2
- libraries
- payment ≥ 1.10
- payment context
- payment forms
- variable
- xautoload ≥ 5.0
- The stripe-php library ≥ 7.10.
- Install the module and all its dependencies as usual
- Download the stripe-php library and copy it to the appropriate library folder. Make sure the folder is named
stripe-php
. - If needed add JavaScript polyfills to your theme or installation profile.
The JavaScript in this module is transpiled for IE 11 and Edge 18 compatibility. However the required polyfills are not bundled. If you want to support these browsers you’ll neet to load an appropriate polyfill. For example you can use polyfill.io.