#sanimesa-connect

1 messages · Page 1 of 1 (latest)

clear spindle
#

Hi there, an example of retrieving a Balance Transaction for a Connected Account should look like this:

#

stripe.BalanceTransaction.retrieve(
'txn_xyz',
stripe_account='acc_xyz'
)

lament sable
#

Awesome, it worked, thanks!