MeCreateSetupCheckoutRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/MeCreateSetupCheckoutRequestBody.jsoncancelUrlstringrequired
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"
}