- Issue created by @Qaiser iqbal
- πΊπ¦Ukraine marchuk.vitaliy Rivne, UA
The minimum amount for Stripe is 0.5 https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts, so it is not possible to use the Stripe Payment Element that uses PaymentIntent. Instead, you need to use SetupIntent to collect payment information during checkout. See related issue https://www.drupal.org/project/commerce_stripe/issues/3406817 π¬ Create add-payment-method for Stripe Payment Element Needs work
- π΅π°Pakistan Qaiser iqbal
In stripe dashboard webhook, setup_intent event is enabled
- πΊπΈUnited States TomTech
We have now added initial support for SetupIntents in π Add initial support for SetupIntents Active , which is needed for this and other features.
As mentioned in the description, the SupportsZeroBalanceOrderInterface requires Commerce 3, and the current version of this module still supports 2.x.
We anticipate adding this in the 2.x version of the module.