Retrieve the Stripe payment configuration for a project
null if no configuration exists.
sk_test_...xxxx)null:
| Key Type | Format |
|---|---|
| Secret Key | sk_test_...xxxx or sk_live_...xxxx |
| Publishable Key | pk_test_...xxxx or pk_live_...xxxx |
| Webhook Secret | whsec_...xxxx |
| Status | Description |
|---|---|
401 | Unauthorized - Invalid or missing authentication |
403 | Forbidden - You don’t own this project |
404 | Project not found |
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Stripe configuration response with masked credentials.