#zali-BalanceTransaction

1 messages · Page 1 of 1 (latest)

cunning valve
#

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

dusty coral
#

Nice that make sense @cunning valve

#

Thank you very much @cunning valve

cunning valve
#

np and good luck!

dusty coral
#

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"
}

cunning valve
dusty coral
#

Thank you, I'll try that and let you know! @cunning valve

#

Legend it worked! thank you @cunning valve