billing_subscribe
Set up a PostKing subscription with Stripe Checkout. Pick your tier (Growth, Pro, Enterprise) and billing interval (monthly/yearly). Credits refill each period, and a checkout URL is returned for payment.
Instructions
Create a Stripe Checkout session for a PostKing subscription. Returns { checkoutUrl, sessionId, tier, interval, amountUsd }. Subscription credits refill User.credits each billing period. The subscription Checkout is best completed by a human; the Link virtual card covers the first invoice only (renewals need a durable payment method).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | Subscription tier. One of: GROWTH, PRO, ENTERPRISE. | |
| interval | No | Billing interval: "month" (default) or "year". | month |