#mayhul_api

1 messages · Page 1 of 1 (latest)

warm bearBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1344055044344905789

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

final raven
#

Hi, can you reword your ask here please?

atomic inlet
#

If a user makes a purchase via PaymentIntent, will we be able to create a subscription for them later using the same payment method? Or will the payment method require extra verification from the user when the subscription is created

final raven
#

I see, yes you can with this integration flow: https://docs.stripe.com/payments/save-during-payment

When you create the PaymentIntent for that customer, you can pass: setup_future_usage="off_session",

It is possible that the issuing bank asks for additional 3DS flow. You will still need to handle that if that comes up by bringing the customer back on session

atomic inlet
#

Gotcha, do you know roughly how common it is for banks to ask for the additional 3DS flow when we create the subscription?

final raven
#

I can't speak to that as our expertise is on the technical integration side rather than the data analysis side.