MeCreateCheckoutSessionRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/MeCreateCheckoutSessionRequestBody.jsoncancelUrlstringrequired
Absolute URL Stripe redirects to on cancel
subscriptionUuidstringrequired
UUID of a subscription owned by the caller
successUrlstringrequired
Absolute URL Stripe redirects to on success
MeCreateCheckoutSessionRequestBody
{
"$schema": "https://example.com/schemas/MeCreateCheckoutSessionRequestBody.json",
"cancelUrl": "string",
"subscriptionUuid": "string",
"successUrl": "string"
}