#Rmoura_JS
1 messages · Page 1 of 1 (latest)
@pastel sigil it's the same call as on your own account, but you add the Stripe-Account option : https://stripe.com/docs/connect/authentication#stripe-account-header
what language are you using?
Ruby
so like this:
Stripe::Customer.retrieve(customer.stripe_id, { stripe_account: @payment_method.prop('account_id') })
yep !