Get the Club calendar by team

GET {{baseUrl}}/{{version}}/website/calendar/{{team_id}}?site_code={{site_code}}&type=

It returns the list of prices for the subscriptions.

https://stripe.com/docs/api/subscriptions

Request Params

KeyDatatypeRequiredDescription
site_codestring
typenullnullable

RESPONSES

status: OK

{"error":false,"code":200,"message":"List of prices","prices":{"object":"list","data":[{"id":"price_1KMxg5Ho0bXgDj3i1IN8lYVc","object":"price","active":true,"billing_scheme":"per_unit","created":1643388721,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":null,"product":"prod_L33n4x0UecgSL5","recurring":{"aggregate_usage":null,"interval":"month","interval_count":1,"trial_period_days":30,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":399,"unit_amount_decimal":"399"},{"id":"price_1KMxg5Ho0bXgDj3iIYIpwADH","object":"price","active":true,"billing_scheme":"per_unit","created":1643388721,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":null,"product":"prod_L33n4x0UecgSL5","recurring":{"aggregate_usage":null,"interval":"year","interval_count":1,"trial_period_days":30,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":290,"unit_amount_decimal":"290"},{"id":"price_1JVGqMHo0bXgDj3iw3FfN0Dw","object":"price","active":true,"billing_scheme":"per_unit","created":1630592682,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":"price per player","product":"prod_K9a0Q8gOVKBzHH","recurring":{"aggregate_usage":null,"interval":"month","interval_count":1,"trial_period_days":null,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":399,"unit_amount_decimal":"399"},{"id":"price_1JVGpIHo0bXgDj3i6HrRQrtl","object":"price","active":true,"billing_scheme":"per_unit","created":1630592616,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":"Starting with 10 players. 25% discount for annual plans","product":"prod_JoxtBsNHj9Aafb","recurring":{"aggregate_usage":"sum","interval":"year","interval_count":1,"trial_period_days":null,"usage_type":"metered"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":35900,"unit_amount_decimal":"35900"},{"id":"price_1JLCznHo0bXgDj3iBDYAVX9i","object":"price","active":true,"billing_scheme":"per_unit","created":1628194611,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":null,"product":"prod_JzBMhm0fHSGLwp","recurring":{"aggregate_usage":null,"interval":"month","interval_count":1,"trial_period_days":30,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":499,"unit_amount_decimal":"499"},{"id":"price_1JLCznHo0bXgDj3iI24FTqAq","object":"price","active":true,"billing_scheme":"per_unit","created":1628194611,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":null,"product":"prod_JzBMhm0fHSGLwp","recurring":{"aggregate_usage":null,"interval":"year","interval_count":1,"trial_period_days":30,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":390,"unit_amount_decimal":"390"},{"id":"price_1JLCiOHo0bXgDj3iAC5YHCuz","object":"price","active":true,"billing_scheme":"per_unit","created":1628193532,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":null,"product":"prod_JzB4MTkRdImiia","recurring":{"aggregate_usage":null,"interval":"month","interval_count":1,"trial_period_days":null,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":399,"unit_amount_decimal":"399"},{"id":"price_1JBJzpHo0bXgDj3i91WsFbPM","object":"price","active":true,"billing_scheme":"per_unit","created":1625838241,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":null,"product":"prod_JoxvT9jjy6AFxc","recurring":{"aggregate_usage":null,"interval":"month","interval_count":1,"trial_period_days":null,"usage_type":"licensed"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":599,"unit_amount_decimal":"599"},{"id":"price_1JBJxuHo0bXgDj3ixrNDuEBK","object":"price","active":true,"billing_scheme":"per_unit","created":1625838122,"currency":"gbp","livemode":false,"lookup_key":null,"metadata":[],"nickname":"Starting with 10 players.","product":"prod_JoxtBsNHj9Aafb","recurring":{"aggregate_usage":"sum","interval":"month","interval_count":1,"trial_period_days":null,"usage_type":"metered"},"tax_behavior":"unspecified","tiers_mode":null,"transform_quantity":null,"type":"recurring","unit_amount":3990,"unit_amount_decimal":"3990"}],"has_more":false,"url":"/v1/prices"}}