#nolan-thach-nguyen_docs

1 messages ¡ Page 1 of 1 (latest)

light saddleBOT
#

👋 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/1230781296939110421

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

green wadiBOT
narrow sparrow
#

hello! can you share the PaymentIntent id for which you're using the card ending with 3183? The id will have the prefix pi_

minor sluice
#

@narrow sparrow yes, pi_3P7C2uFxboaeycBp08cc6Jdd

narrow sparrow
#

in case you weren't aware, if the customer is not on your site i.e. off-session, you should indicate that when creating the PaymentIntent with off_session=true : https://docs.stripe.com/api/payment_intents/create#create_payment_intent-off_session. It's mentioned in this section : https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element#charge-saved-payment-method

If you're asking how to bring the customer back on session in the rare case that authentication is still required (assuming the customer is not currently on your site), then that's really up to you e.g. you can send your customer an email informing them that payment failed and share a link to a payment page on your site where they can complete the payment

Learn how to save payment details and charge your customers later.

#

oh, actually sorry, i missed out that you already included off_session=true for pi_3P7C2uFxboaeycBp08cc6Jdd

green wadiBOT