#sunagimo_api
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/1360140499494895697
📝 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.
- sunagimo_api, 6 days ago, 11 messages
Can you share with me the checkout session ID?
@kindred sentinel "cs_test_a1XcXqe4aQJsQoluDsjA6Pm4EuBa096OPx861p5ArMF2NWdWvPZTWRV3SC"
Ok, the checkout session was completed successfully.
the dashboard shows the following message:```
Can you share with me the subscription ID or request ID?
Or can you just share with me the link to the Dashboard where you saw the 3D Secure attempt incomplete ?
dashboard url : https://dashboard.stripe.com/test/customers/cus_S6kNec838M3JYZ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Got it. Although your customer already authenticated the card payment method when you collected it via a setup mode checkout session. There's no guarantee that the issuer won't require 3DS again for recurring payments.
Therefore, your integration should listen to invoice.payment_action_required, bring your customer back to your webpage, and pass the invoice's confirmation_secret.client_secret to stripe.confirmCardPayment to start the 3DS flow
Thank you. Does this mean that user interaction is required?
You mean your customer? Yes they need to complete the 3DS authentication.
Thank you. I used the card number 4000002500003155. It seems this is a card that triggers a failure. I’ll take care of it.