#ab92023
1 messages · Page 1 of 1 (latest)
I'm trying to automatically receive notification once a payout is paid and I can reconcile the balance API to receive a list of charges against the payout nad process this into our accounting package, so our finance department can reconcile correctly.
We're on the interchange plus pricing model
it happens after the payout is completed; the webhook is there because there can be lag between when we create the Payout object and have the recon set up internally. (calling /v1/balance_transactions immediately when recieving the payout.paid event can fail to return things, so you're mean to wait for the event you mention instead)