Skip to main content
GET
Get Stripe onboarding link

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the Base44 app.

Response

Successful Response

Claim URL response.

claim_url
string | null
required

Stripe onboarding link, or null when no link is available. Treat this link as a credential.

Example:

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

is_claimable
boolean
required

Whether the returned link starts a claim. A link that resumes activation of an already claimed sandbox returns false.

Example:

true

Reason no link is returned. Either already_active, sandbox_expired, or unavailable, or null when a link is returned. Defaults to null.

Available options:
already_active,
sandbox_expired,
unavailable
Example:

"unavailable"