Connect

Connect Stripe Connect to Zluri

📘

The Stripe Users API now only provides details for users associated with your account's legal entity. This includes company representatives, legal entity owners, and individuals who have verified their identity with Stripe via legal documents.

Regular users can no longer be retrieved through this API due to current limitations from Stripe.

Prerequisites

  • Administrator privileges in Stripe

Integration steps

Create a Stripe API key

There are two API key types:

Option 1: Standard key

Standard keys allow you to authenticate API requests without restrictions.

  1. Go to the API keys page

  2. Click Create secret key

  3. Stripe will send a verification code to your email address or in a text message. Enter the code in the dialog and click Continue.

  4. Give the key a descriptive name and click Create

  5. Copy and securely store this key

  6. Use the Add a note field for the information about the key and click Done

Option 2: Restricted key

Restricted keys provide minimum access levels while protecting account data that isn't needed.

  1. Go to the API keys page

  2. Click Create restricted key

  3. Enter a descriptive name in the Key name field

  4. Enable Read access for the All Connect resources section

  5. Click Create key

  6. Stripe will send a verification code to your email address or in a text message. Enter the code in the dialog and click Continue

  7. Copy and securely store this key

  8. Use the Add a note field for the information about the key and click Done

Optional: Obtain account IDs

Zluri fetches details for all accounts in the organization by default. If you wish to fetch data only for certain accounts, you will need to know their Account IDs.

You can find your account ID in your Account and Personal details settings.

Connect the Stripe instance in Zluri

  1. Open the Integrations Catalog, search for "stripe", and click ➕ Connect.

  2. Review the scopes for the integration, and click Connect it myself. You can click the down-arrow button towards the right of a scope to find out what it does.

  3. Enter the previously generated standard or restricted key

  4. Optionally, if you wish to fetch details only for certain accounts instead of all accounts in the organization, enter their account IDs here separated by commas, e.g., acct_1032D82eZvKYlo2C,acct_7012D82eZvKYbc8F

  5. Click Connect, give the connection a name and description, and you're ready to go!

Got questions? Feel free to submit a ticket or contact us directly at [email protected].