#gt-ch-checkout
1 messages · Page 1 of 1 (latest)
@formal isle you can access all the same APIs you can on your own account on connected accounts instead by passing a HTTP header : https://stripe.com/docs/connect/authentication
So that's how you'd create/list/retrieve Products on a connected account.
Checkout is similar, you call the CheckoutSession API with that header.
https://stripe.com/docs/connect/creating-a-payments-page (using the Checkout and "Direct charges" tabs) should help here!