- πΊπΈUnited States jbarone716
I also have this issue even when the Stripe field is not visible. If the webform is filled with valid data it submits and validates correctly but every load of the webform itself produces a $1.00 charge that fails because "requires_source" is null. While this does not block functionality it is a distinct headache for those who need to work with the Stripe console.
- πΊπΈUnited States bsnodgrass
We confirmed the same behavior noted above, #3.
Can someone confirm the Webform Stripe Integration module implements the Advanced Fraud Detection?
If not can we make this a feature request?
- πΊπΈUnited States bsnodgrass
This behavior continues for us on 2.0.0-beta4. Changing version on Issue
- πΊπΈUnited States bsnodgrass
We had one of our developers look into this issue. We have confirmed that the payment intent request is submitted when the webform is opened or refreshed. According to https://stripe.com/docs/api/payment_intents there should only be one "payment intent" for each order or customer session.
Is there a way to do this when the webform is submitted instead of when the webform is opened? If so does anyone think it should be opened as a feature request?
In our case, we are using the legacy Card Element per https://stripe.com/docs/payments/elements#elements.
There is a related issue: https://www.drupal.org/project/stripe/issues/3316114 β¨ Add support for Stripe Payment Element Needs review on the Stripe Module to support the new Payment Element.
- πΊπΈUnited States jbarone716
I for one would love to see some updates on this because there are no other options for Stripe payments on systems not running PHP8. We're also seeing issues with other functions of this module including declined cards not blocking webform submission and the inability to make the field required without trickery. It seems all the building blocks are there but it needs some attention and time from people who are far more adept than I.