#kumar-payout-reconciliation
1 messages · Page 1 of 1 (latest)
what is a "PO object"?
You mean a Payout like the po_123? If so that doesn't really make sense no.
po_1Mntg0DDlOdrnnjLcjqhePCu
A Price represents an amount you will charge one or multiple customers, it's completely unrelated a Payout which is when we (Stripe) send you the funds you collected on a certain day
yes but the prices i created on a day are grouped by stripe and a payout is generated against all the prices
Like as a successful business you will hopefully get multiple orders per day and you'll get a sum of all those payments at once, there is definitely no 1:1 mapping between a Price and a Payout
What product are you using? Checkout?
yes
yes i want to group the multiple orders i received into a group that represents the same transacctions that the payout contains
so i can be in sync on payout from stripe and recon on my end
how do u create a payout ? at stripe? does it group it by the day start and end?
24hrs
kumar-payout-reconciliation
So you have a Payout po_123. That Payout will aggregate all the "balance movement" of a certain day. What you can do is use https://stripe.com/docs/api/balance_transactions/list + payout: 'po_123' to know what is in that Payout
I recommend reading https://stripe.com/docs/expand/use-cases#charges-in-payout
@tardy gale did you have any follow up questions?