subscribeUser
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
declared in 2.0.0
Subscribe to a Chikoh pricing tier. Returns a Stripe Checkout link for the selected plan. Opens in browser to complete payment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tier"
],
"properties": {
"tier": {
"enum": [
"essentials",
"field_level",
"owners_suite",
"front_office",
"the_syndicate"
],
"type": "string",
"description": "Subscription tier"
},
"billingCycle": {
"enum": [
"monthly",
"annual"
],
"type": "string",
"description": "Billing cycle (default: monthly)"
}
},
"additionalProperties": false
}Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries