Andre

Results 67 comments of Andre

Hi @stianmandarin I will do some tests to validate this scenario and will back to you soon. Could you please share links or more info about the _fingerprinting of cards_?

Hi @theskyfloor I see the issue here, this workflow was thinking also on guest users that's why we use the email. If you go to Stripe Payments -> Settings ->...

Hi @mark-adigital yes, we need to add support to this feature, I'll let you know once is released

@bleepsandblops Could you please elaborate a bit more on your use case? Are you using the Stripe Connect feature?

Hi all, We're planning to release this feature by the end of this month. Stay tuned!

Hi All, Just wanted to let you know that Stripe Payments v2.0.0 is now available with initial support for Strong Customer Authentication powered by the new Stripe Checkout 🎉 Payment...

@codyjames Good stuff, I'll let you know once this feature is released

Hi @zackspear I'll take a look if there is a way to bring this info back from Stripe Checkout, I'll keep you updated

Hi @bleepsandblops Yes please follow the next example: ```twig {% set options = { email: '[email protected]' } %} {{ craft.enupalstripe.paymentForm('handle', options) }} ``` Here you can see all the other...

@bleepsandblops I see, from JS you need to set the value to the hidden email input, in this example `1009` is the form Id ```js $("#enupal-stripe-1009 input[name='enupalStripe[email]']").val('[email protected]'); ```