#enforcedcastle
1 messages · Page 1 of 1 (latest)
This is something I've seen before, since the apple pay confirmation UI typically handles the user verification
What are you trying to do, exactkly?
Well my company now already does recaptcha verification for cardElements and they think they’d like to have recaptcha for the Apple Pay button as well, but I wasn’t sure if that was a good standard. Then if it was something that folks do, when to perform the recaptcha pop up, like on click of the Apple Pay button or maybe better to do so on confirmation of purchase. However if you do it on confirmation of purchase then you’ll have multiple pop ups, the Apple Pay browser UI pop up and then the recaptcha pop up on top of that, if the Apple Pay UI even allows that
There's no place to intercept this during the apple pay flow, it would need to be before or after and might be a confusing or unfamiliar UI, since customers don't normal expect this. You might instead want to put this earlier in your flow eg before creating the payment intent you use in any case, but that will depend on the business goals