Appearance
Create subscription checkout (legacy)
POST
/api/v1/billing/paddle/checkout
Legacy endpoint. Delegates to /billing/checkout.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "tier": "string", "billing_period": "string"
{
}
Responses
Successful Response
application/json
JSON "checkout_url": "string", "transaction_id": "string", "client_token": "string", "plan_changed": false, "scheduled": false
{
}