0

From where can I get the CONNECTED_STRIPE_ACCOUNT_ID

Can anyone help me with the steps to obtain the same for the test mode of stripe?

Lakhwinder Singh
  • 5,536
  • 5
  • 27
  • 52
  • Do you mean the ID some kind of account(bank account)? I don't understand what you mean CONNECTED_STRIPE_ACCOUNT_ID – Vahe Shak May 29 '19 at 07:58
  • Check this answer: https://stackoverflow.com/questions/35400085/get-account-id-of-connected-stripe-account – namelivia May 29 '19 at 08:03

1 Answers1

1

This is the ID of the connected account that you want to perform operations on. It should be in the format acct_12345. You can find it in your dashboard:

  1. Go to https://dashboard.stripe.com/test/connect/accounts/overview
  2. Click on the account you want
  3. The account ID is in the top right
Paul Asjes
  • 5,361
  • 1
  • 18
  • 20