This project is not covered by Drupal’s security advisory policy.
Commerce Stripe Payment Intent Payment Request ?
The Commerce Stripe Payment Intent Payment Request module intends to provide the integration of payment request button which works with Payment Intent to support 3D secure from Stripe.
If you work with composer to install modules in your drupal project:
composer require drupal/commerce_stripe_pi_payment_request
If you work with drush to install modules in your drupal project:
To download the module: drush dl commerce_stripe_pi_payment_request
To enable the module : drush en commerce_stripe_pi_payment_request
Note that this module depends on Commerce Stripe Payment Intent (https://www.drupal.org/project/commerce_stripe_pi), so when you will download it via drush, commerce_stripe_pi will be downloaded automatically.
PREREQUISITES
Before using the module, you should add the Stripe PHP library via https://github.com/stripe/stripe-php in sites/all/libraries/stripe-php, don't forget to use the 6.40.0 version as a minimal version (recommended).
INSTALLATION
After the installation of the module,go to /admin/commerce/config/payment-methods and configure Stripe Payment Intent Payment Request rule(don't forget to add Secret Key and Publishable Key from Stripe
This version use Payment Intent which supports 3DS.
Project information
- Project categories: E-commerce
- Ecosystem: Commerce Stripe Payment Intent
- Created by matio89 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.



