Skip to main content

MeCreateSetupCheckoutRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MeCreateSetupCheckoutRequestBody.json
cancelUrlstringrequired

Absolute URL Stripe redirects to on cancel

successUrlstringrequired

Absolute URL Stripe redirects to on success

tenantUuidstring

Optional — UUID of a tenant the caller owns. Defaults to the caller's personal tenant.

MeCreateSetupCheckoutRequestBody
{
"$schema": "https://example.com/schemas/MeCreateSetupCheckoutRequestBody.json",
"cancelUrl": "string",
"successUrl": "string",
"tenantUuid": "string"
}