#jon-s_invoice-payment-reconciliation

1 messages ยท Page 1 of 1 (latest)

frozen thornBOT
#

๐Ÿ‘‹ 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.

thorn forum
#

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.

fringe finch
#

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

thorn forum
#

If you are starting from a Payout object and working back through Balance Transactions, then yes that approach is the best way

fringe finch
#

Or I guess another question would be, how do you all create the "connections" area, somethign like that?

thorn forum
#

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