Get Stripe Configuration
Stripe Configuration
Get Stripe Configuration
Retrieve the Stripe payment configuration for a project
GET
Get Stripe Configuration
Retrieve the current Stripe payment configuration for a specific project. Returns masked credential information for security - full credentials are never exposed through the API.Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token. You must own the project.
Path Parameters
The unique identifier of the project
Response
Returns the Stripe configuration with masked credentials, ornull if no configuration exists.
Configuration ID
Project ID
Whether the configuration is active
Whether test mode credentials are configured
Whether live mode credentials are configured
Masked test secret key (e.g.,
sk_test_...xxxx)Masked test publishable key
Masked test webhook secret
Masked live secret key
Masked live publishable key
Masked live webhook secret
When test credentials were configured
When live credentials were configured
When the configuration was created
When the configuration was last updated
Example Request
Example Response
No Configuration Response
If no Stripe configuration exists for the project, the response isnull:
Credential Masking
Credentials are masked for security. Only the last 4 characters are visible:| 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 |
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized - Invalid or missing authentication |
403 | Forbidden - You don’t own this project |
404 | Project not found |
Related Pages
Update Stripe Config
Configure Stripe credentials
Delete Stripe Config
Remove Stripe configuration
Get Webhook URLs
Get webhook endpoint URLs
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
StripeConfigResponse · object | null
Successful Response
Stripe configuration response with masked credentials.

