Skip to main content
GET
Get Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Query Parameters

environment
string

Environment slug. Defaults to "production"; unknown environment slugs return 404.

Pattern: ^[a-z][a-z0-9-]{0,38}$

Response

Payment configuration.

status
enum<string>
required
Available options:
not_configured,
ready,
disabled
credentialConfigured
boolean
required
credentialHint
string | null
required
webhookUrl
string<uri> | null
required
webhookSecretConfigured
boolean
required
credentialScopes
string[]
required

Korve-side operation allowlist. This does not claim or replace the connected processor's credential permissions.

allowedRedirectOrigins
string<uri>[]
required
connectedAt
string<date-time> | null
required
updatedAt
string<date-time> | null
required