#electricduckpond_api

1 messages ¡ Page 1 of 1 (latest)

half hamletBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1254752283745583145

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

clever axle
#

How are you integrating Google Pay? Generally, wallet payments do not require 3DS as we request exemptions as the card is considered 'authenticated' when it's added to the wallet. However the Stripe.js integrations wil handle all this

stoic imp
#

We specifically are looking to handle the integration with an API only approach (not using Stripe.js). We need to be able to handle all possible senarios, so even if they generally are not required, is it possible it may be required?

clever axle
#

Sure, and it'd be reflected in the next_action hash on the intent after a confirmation attempted. If you're not using Stripe.js then you'd redirect your users to that URL to handle auth

stoic imp
#

Great! Using the test cards, this next_action URL is a Stripe mock 3ds response. In live when this redirects to a customers bank's 3DS url, how will the payment intent be confirmed? Will the bank talk directly to stripe to confirm the 3ds verification?

clever axle
stoic imp
clever axle
#

You should'nt depends on the URL format if that's what you're asking. It can change and has changed

stoic imp
#

But is 3ds always routed via stripe? or would the url be specific to each bank? e.g "https://hsbc.com/3ds"

clever axle
#

I believe it'll always be a hook.stripe.com URL, let me check

clever axle
#

We believe it'll always be a hooks.stripe.com URL yes, which will handle the redirect to the issuer/bank 3DS URL automatically