#jean-sbastien-goupil_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/1396986521504186431
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! just double checking i understand your question, are you looking for the best way to go from each of these resources to the other?
i'm working on another thread but i'll get back to this as soon as possible
generally speaking the fastest way to get from an invoice to a payment intent or vice versa is the "List all payments for an invoice" API:
https://docs.stripe.com/api/invoice-payment/list
if you include the payment.payment_intent parameter that will get you all invoices associated with the Payment Intent, and if you include the invoice parameter you'll get the reverse