You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to api-d...@lists.stripe.com
Hello,
How can I connect multiple stripe accounts to one single application?
I am trying to integrate stripe in the following scenario:
- User logs in to app
- Connects Stripe account
- Starts accepting payment from consumer.
This scenario should work for users who have their own stripe account.
Thank you
PS: I am concerned with the client_id value. Following the examples I noticed that the client_id is always hardcoded but in case another use with a different stripe account logs in, then the client_id value will need to be changed.
Remi J.
unread,
May 12, 2015, 8:48:08 AM5/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to api-d...@lists.stripe.com
Hey Jake,
The `client_id` key is the id of your platform (ca_XXX) and can be
found in your Platform settings [1] in the dashboard. It should always
be the same here so that when you redirect your user to Stripe to
connect their Stripe account we know that we have to authorize your
platform. This is covered in details in our Standalone accounts
documentation [2] and explains each step you have to follow to be able
to take charges on behalf of one of your users.
At the last step [3], you'll get your user's Stripe account id
(acct_XXX) that you can then use to make any API call on his behalf
using the `Stripe-Account` header [4].