Stripe latest PaymentsIntent API conflict with captcha

Created on 21 April 2022, about 2 years ago
Updated 24 February 2023, over 1 year ago

Problem/Motivation

Having Recaptcha configured with stripe, block the page submission but let the stripe deduct the payment, as payment deduction is completely client-side

Steps to reproduce

  • Create a webform with stripe element
  • add a recaptcha to the webform.
  • on ajax submit recaptcha_captcha_validation gets called and verify the captcha successfully, which lets the payment deduction.
  • On actual submit recaptcha_captcha_validation gets called again and fails with timeout-or-duplicate, as same code was already validated earlier.

Anybody else faced this issue?

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇮🇳India anup.singh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024