#an-unknown-user_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/1352680497259479204
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share the Request ID with me?
I don't have a request ID since it's a client side request, or atleast the error object did not return one
What's the Payment Intent ID?
pi_3R584VCrNclLY1WQ0y1EJoOn
Why are you using capture_method: manual here? https://dashboard.stripe.com/test/logs/req_twqndZAzQFsggg
Because I am using this transaction to confirm the user’s payment method, and wanna release the deposit right after
You're just doing this to 'test' the card?
Yeah
Why?
Because I wanna save the payment method to a customer, and make future charges “off_session” to make the checkout more seamless for the user, so they don’t have to enter their payment details every time
This is how you're supposed to save payment methods for future use: https://docs.stripe.com/payments/save-and-reuse
but how’d I run the verification charge so it ain’t some empty card, like with the initial charge I wanted to use 3DS, so I can be sure it’s not stolen or something & get disputed later
You can't do that.
If, when you go to charge them it fails, you can ask them for a different payment method.
ok, thanks!
You're welcome! 🙂