#rstupek

1 messages · Page 1 of 1 (latest)

sullen sirenBOT
real nymph
#

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

Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.

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

ember pumice
#

Direct Payments - ok so "Stripe-Account" is the standard connected account id always... and we use our secret key for all requests?

real nymph
#

Correct.

ember pumice
#

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

real nymph
#

Correct