Skip to main content
GET
List Projects Payment Config
Retrieve all projects owned by the authenticated developer along with their Stripe payment configuration status. Shows whether test and/or live credentials are configured for each project.

Authentication

This endpoint requires developer authentication via OAuth2 Bearer Token.

Response

projects
array
Array of projects with payment configuration status
total
integer
Total number of projects

Example Request

Example Response

Configuration Status

The payment configuration status helps you understand which projects are ready for payments:
Start with test credentials for development and testing, then add live credentials when you’re ready to accept real payments.

Get Stripe Config

View detailed Stripe configuration

Update Stripe Config

Configure Stripe credentials

List Projects

View all projects

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

List of projects with payment config status.

projects
ProjectPaymentConfigResponse · object[]
required
total
integer
required