#donovan
1 messages · Page 1 of 1 (latest)
HI 👋
to make requests on Connect Accounts you use the Account ID in the Stripe Account header:
https://stripe.com/docs/api/connected_accounts
Ahh I see params.SetStripeAccount("acct_1MFLRdIRpXyf8STs")
Does every resource params have a SetStripeAccount method?
Every API resource
Its part of our API design, it will switch the context of the request to that account
fantastic. thank you