#mattbooth_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/1373971935955783744
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have the ID of the payment/invoice that transitions to requires_action ?
Yeah I think it's: pi_3RQQEaK8VSZUiw2s1sUmMcNi
Also curious to see the API requests you're making to upgrade
That should be this log: req_myw8Ao5r59u32G
Basically I update the subscription and charge immediately
Taking a look
Thanks!
Was actually this request: https://dashboard.stripe.com/test/logs/req_AXDBOL31tRpZow
But this 3DS/auth behaviour seems expected given that you're using the 3155 test card:
However, on-session payments with this card always require authentication.
req_AXDBOL31tRpZowwas flagged as on-session we assume customer is present to auth the payment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok thanks I just wanted to be sure because it feels strange from an end user perspective to get 2 authentications so close together
Thanks!
Yeah it's just a quirk with that test card. In reality once the card is saved/setup that will reduce the chances of subsequent 3DS/auth requests
No problem, glad I could help!