#Bart

1 messages · Page 1 of 1 (latest)

dapper jayBOT
sharp meteor
slate lion
#

thats the issue im having

#

it wont let mespeficiy the stripe account since its not Param.SetConnectedAccount()

#

trying to do it in golang

sharp meteor
#

Are you using BalanceParams ?

slate lion
#

yes could you give me the complete example

sharp meteor
#
params := &stripe.BalanceParams{}
params.StripeAccount = stripe.String("acct_XXX")
balance, _ := balance.Get(params)
slate lion
#

thank you!