Payments
Create subscription
Create a Stripe subscription for recurring billing. Requires a valid price ID from your Stripe account. Optionally pass submitter email and metadata.
POST
Error
Documentation Index
Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token generated at Settings > API
Body
application/json
Response
Subscription created
Stripe subscription ID
Subscription status
Available options:
active, incomplete, incomplete_expired, trialing, past_due, canceled, unpaid, paused Stripe customer ID
Unix timestamp of current billing period start
Unix timestamp of current billing period end
Latest Stripe invoice ID
Client secret for completing payment if required
Error