#vrk18

1 messages · Page 1 of 1 (latest)

prisma sluiceBOT
trim minnow
#

Balances Retrieval API can be used with Stripe-Account header as connected account ID:

pearl peak
#

I am getting this response, if the users are making payments with different cards, do we get more elements in the available array ?

trim minnow
#

The balance here is the total account balance of the connected account. Any new payment irregardless with the card used will be added to the amount field

pearl peak
#

so, connectedAccountBalance.Available[0].Amount is always be the balance of the connected account, though different types of source_types available ?

trim minnow
#

The array is different by currency, not the source_types

pearl peak
#

Alright thanks

trim minnow
#

No problem! Happy to help 😄

pearl peak
#

I am doing the destination charges, I am checking the available balance of the connected account before doing the refund and also using the ReverseTransfer = true

#

is it the correct way of doing it ?

trim minnow
#

Yup! That is right

pearl peak
#

Thanks River