Skip to main content
GET
Get Stripe sandbox

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the Base44 app.

Response

SandboxStatusResponse · object | null

Successful Response

Sandbox status response.

app_id
string
required

ID of the Base44 app.

Example:

"6820f3a4e7b91d003c45a1f2"

status
string
required

Stored sandbox status. Either unclaimed, claimed, or expired.

Example:

"unclaimed"

claimable_sandbox_id
string
required

Stripe claimable sandbox ID.

Example:

"clmsbx_T7mK2p9Q4r6S8v"

claim_url
string | null
required

Onboarding link, or null when none is stored or you are a workspace viewer. Treat this link as a credential.

Example:

"https://dashboard.stripe.com/claim/example"

stripe_account_id
string
required

Stripe account ID for the sandbox.

Example:

"acct_T7mK2p9Q4r6S8v"

is_claimable
boolean
required

Whether the sandbox is unclaimed, has not expired, and has a stored claim link.

Example:

true

expires_at
string | null
required

Sandbox expiration as a UTC timestamp in ISO 8601 format, or null when no expiration is stored.

Example:

"2026-10-25T10:00:00"