#zali-BalanceTransaction
1 messages · Page 1 of 1 (latest)
Your approach is correct, it's just the last bit off about retrieving a Balance Transaction of a Connected Account. You should be able to call the Balance Transaction Retrieve API as if you were calling on your account, but using a Stripe Account header
np and good luck!
Thanks @cunning valve I just tried that, and API works. but seems I'm missing something. I can't find the link to the original transfers either in the payout or balance transfer object.
The only key that exist is source which is original payout
We are using separate charge and transfers if that makes any difference here @cunning valve
This is the response I'm getting from fetching the balance transaction from the events:
{
"id": "XXXXXXXXX",
"object": "balance_transaction",
"amount": -71951,
"available_on": 1659505950,
"created": 1659505950,
"currency": "aud",
"description": "STRIPE PAYOUT",
"exchange_rate": null,
"fee": 0,
"fee_details": [
],
"net": -71951,
"reporting_category": "payout",
"source": "XXXXXXXXX",
"status": "available",
"type": "payout"
}
You need an additional step 🙂 From that Payout object, call the List Balance Transaction again specifying it: https://stripe.com/docs/expand/use-cases#charges-in-payout