#pipers_webhooks
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/1331471619767664711
📝 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.
- pipers_api, 19 hours ago, 6 messages
Hi! The metadata set on the Checkout Session doesn't get copied to the Payment Intent. Instead you can set the same metadata on the Payment Intent via payment_intent_data.metadata [0]. The metadata will then be set on the created Payment Intent [1]. So you can reference it when you get the payment_intent.payment_failed event.
Additionally, your customers can still attempt to re-pay from the same Checkout Session even if an attempt fails.
[0] https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
[1] https://docs.stripe.com/metadata#set-indirectly:~:text=Data sent with,Payment Intent’s metadata.