recurly / recurly-js

Simple subscription billing in the browser
https://js.recurly.com/
MIT License
646 stars 139 forks source link

Prevent multiple 3ds instances #847

Closed ajkelso closed 1 year ago

ajkelso commented 1 year ago

When multiple purchases are attempted for the same customer/card within a similar timeframe, multiple 3DS challenges can occur which can cause issues with authorization on some gateways. This will prevent multiple challenges from existing and throw an error which indicates that another challenge already exists.

smagdicatrecurly commented 1 year ago

QA+1