Choose Your Plan
Simple, transparent pricing. Upgrade or downgrade anytime.
How it works: Your app calls
POST /api/v1/{app_id}/checkout with the desired tier.
PayGate returns a Paddle checkout URL. Redirect the user there, and Paddle handles payment.
A webhook notifies PayGate to activate the subscription automatically.
POST /api/v1/{app_id}/checkout
{
"type": "subscription",
"tier": "pro",
"billing_cycle": "monthly",
"success_url": "https://test-app.saas-stack.ittrail.dev/billing/success",
"cancel_url": "https://test-app.saas-stack.ittrail.dev/billing/cancel"
}