#avery-balancetransaction-feedetails
1 messages · Page 1 of 1 (latest)
avery-balancetransaction-feedetails
This is a Destination Charge. If you look at https://stripe.com/docs/connect/destination-charges#application-fee you can see the diagram showing the fees. The ApplicationFee is taken on the resulting Charge on the connected account, the py_123
Alright so it's an additional balance transaction being created because of destination charges?
ty!
You have a Charge ch_123 on your platform, that creates a Transfer tr_123 to the connected account (also on your platform) and that creates a Charge called destination_payment on the Transfer with the py_123 and that lives on the connected account.
Each of those has its own BalanceTransaction object txn_XXX to represent the money movement associated with that object