Authentication Method
api_key- Stripe secret key
API Key Setup
Step 1: Get Your Secret Key
- Log in to the Stripe Dashboard
- Go to Developers → API keys
- Copy your Secret key (starts with
sk_live_for production orsk_test_for testing) - Store it securely
Webhook Setup (Optional)
- In the Stripe Dashboard, go to Developers → Webhooks
- Click Add endpoint
- Enter your endpoint URL (e.g.,
https://yourapp.com/webhooks/stripe) - Select the events to listen for
- Copy the Signing secret (starts with
whsec_)
Required Credentials Summary
For general information about how Corsair handles authentication, see Authentication.