Skip to main content
POST
Provision live Stripe keys

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the Base44 app.

Response

Successful Response

Response for automatic live key provisioning.

success
boolean
required

Whether live key provisioning completed.

Example:

true

message
string
required

Human-readable provisioning result.

Example:

"Live API keys provisioned successfully."

already_configured
boolean
default:false

Whether provisioning was already complete or another concurrent call completed it. Defaults to false.

Example:

false