#jon-s_invoice-payment-reconciliation
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/1379127483093225492
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
We documented this in our Changelog. Specifically, the link between Invoices and Payment Intents has been removed in order to support a feature that will allow an Invoice to be paid with multiple Payment Intents.
That is specifically this change: https://docs.stripe.com/changelog/basil/2025-03-31/add-support-for-multiple-partial-payments-on-invoices
You can now get this data using the Invoice Payment API: https://docs.stripe.com/api/invoice-payment/list
I see. So if we wanted to do "payout reconciliation" and show which invoices contribute to which payouts, do we have to sort of work backwards now, and look for all invoices that are not linked to a payout (within a resonable timeframe), and get all payments, get the payment intents for each one, then charges, and see if there is a match? Or is there a better way
If you are starting from a Payout object and working back through Balance Transactions, then yes that approach is the best way
Or I guess another question would be, how do you all create the "connections" area, somethign like that?
That isn't something I can speak to, as my team does not have any insight into the Dashboard
But my guess would be using the Invoice Payments API
Because we have not released the multiple payments feature yet, each Invoice wil currently only have 1 payment and that links directly to a Payment Intent