#brendan_unexpected
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/1349114331471679618
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, we document how you can use that test card here: https://docs.stripe.com/testing?testing-method=card-numbers&payment-method=others#authentication-and-setup
This card requires authentication for off-session payments unless you set it up for future payments. After you set it up, off-session payments no longer require authentication. However, on-session payments with this card always require authentication.
Hi thanks, so if I understand it correctly adding that card through a setup intent and completing the 3DS check should set it up for off-session payments which is what I'm doing?
Are you ensuring that you're setting: https://docs.stripe.com/payments/save-and-reuse#charge-saved-payment-method ?
Can you confirm the above? Can you also share the request ids for when you create the SetupIntent and the PaymentIntent creation? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Awesome thank you, setting OffSession = true when confirming works ๐
For some reason I thought setting SetupFutureUsage = "off-session" when creating the payment intent covered that