#ruul_code

1 messages ¡ Page 1 of 1 (latest)

visual flaxBOT
#

👋 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/1267381480292614165

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

wet sorrelBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

barren zodiac
#

so previously we had trouble with payments because we had a setup session & then we tried to complete the actual purchase from api endpoint

#

the trouble being when cards required additional step for security/verification

#

do I need to pass anything extra in the request body for these type of cases or is it handled by default on stripe checkout page?

iron kernel
#

Hi there, Stripe Checkout will automatically prompt your customer if 3DS is needed

barren zodiac
#

nice and another question

#

is there any means for customer to set a default payment method in the checkout ? I know you can add more cards / save / reuse etc

#

oh nvm we do additional processing like paying all the open invoices etc when they try to switch so no need for that

iron kernel
barren zodiac
#

tyvm

#

quick question sorry

iron kernel
#

No worries

barren zodiac
#

when I use metadata on the checkout endpoint is it only used for the checkout session object or does it apply to subscription aswell ? I'm thinking of passing something to metadata then check if we want to set the payment method id as the default one based on webhook later on

iron kernel
barren zodiac
#

so if it's top level it's only on that session ( which is what I need )

#

ty again