Find your Stripe Credentials
Last updated
Last updated
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.