#rstupek
1 messages · Page 1 of 1 (latest)
That depends on how you want to accept payments. Here are the docs on different types of payments: https://stripe.com/docs/connect/charges
Here are the docs on making API calls on behalf of connect accounts: https://stripe.com/docs/connect/authentication
Direct Payments - ok so "Stripe-Account" is the standard connected account id always... and we use our secret key for all requests?
Correct.
ok so no need to get a connected accounts keys to process charges for them it will always be our keys that make all api requests on their behalf by specifying their connected account id in the header
Correct