#Zia-checkout-sub

1 messages · Page 1 of 1 (latest)

hollow tree
#

Hey, are you working with subscriptions and connected accounts?

vocal cave
#

yes, working with connected accounts and creating checkouts with subscription mode

hollow tree
#

So if you're using direct charges (https://stripe.com/docs/connect/subscriptions#direct), then all you really need to do is pass the Stripe-Account header when creating the Checkout Session: https://stripe.com/docs/connect/authentication#stripe-account-header

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

With Connect, you can create subscriptions for connected accounts, optionally taking fees in the process.

vocal cave
#

actually I'm creating a sessionCreateOption and using subscription mode

#

can you suggest how can I do a direct charge in this case

#

Note: we are using Full Service Agreement Type connected accounts

hollow tree