Find your Stripe Credentials
How to find Restricted API Key
To find the Restricted API Key (Client Secret) from Stripe, follow these steps:
Go to Stripe's developer page: Stripe Developer Dashboard.
Navigate to the API Keys page in your Stripe account.

Create a Restricted API key:
Provide a name for the key to easily identify it.
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.

Click "Create Key." A pop-up window will display the generated key, starting with
rk_live....
Copy the Restricted API key
Store your API key securely and do not share it publicly. For more information, refer to the Stripe documentation.
How to find your Stripe account ID
Go to your Stripe account settings > account details (here).
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?