Find your Stripe Credentials

How to find Restricted API Key

To find the Restricted API Key (Client Secret) from Stripe, follow these steps:

  1. Go to Stripe's developer page: Stripe Developer Dashboardarrow-up-right.

  2. Navigate to the API Keysarrow-up-right page in your Stripe account.

  3. Create a Restricted API key:

    1. Provide a name for the key to easily identify it.

    2. Grant read-only permissions to all relevant resources (Core, Checkout, Billing, Connect, Orders, Issuing, Reporting, Webhook, Payment Links, and Terminal). Ensure "None" is selected for resources without read-only permissions.

  4. Click "Create Key." A pop-up window will display the generated key, starting with rk_live....

  5. Copy the Restricted API key

circle-info

Store your API key securely and do not share it publicly. For more information, refer to the Stripe documentationarrow-up-right.

How to find your Stripe account ID

  1. Go to your Stripe account settings > account details (herearrow-up-right).

  2. View/copy your account ID on the right-hand side (screenshot below). For example, the id on the account below is acct_34PgAgMrrfXIUdQ

    Stripe Account ID

Last updated

Was this helpful?