#ruul_code
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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.
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?
Hi there, Stripe Checkout will automatically prompt your customer if 3DS is needed
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
https://support.stripe.com/questions/prefilling-saved-cards-in-checkout this doc will help you
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
No worries
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
Depends on where you set the metadata. You can set the metadata on the subcription object through https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.