Account & Billing

How to upgrade your plan

Plan upgrades go through Stripe Checkout. From the Billing tab, pick a plan, click Upgrade, complete checkout. Apiway syncs the subscription on the success redirect and grants the new plan's credits within seconds.

Last updated

Plan upgrades go through Stripe Checkout. From the Billing tab, pick a plan, click Upgrade, complete checkout. Apiway syncs the subscription on the success redirect and grants the new plan's credits within seconds.

Steps

  1. Open the Billing tabGo to /app/account and switch to the Billing tab.open in Apiway
  2. Pick a planClick Upgrade on the plan you want.
  3. Complete Stripe CheckoutApiway redirects to Stripe; complete the payment.
  4. Land back on /app/accountApiway syncs the subscription via /api/account/sync-subscription and your new credits are available immediately.

What happens after checkout

  1. Stripe redirects back to /app/account?checkoutStatus=success&session_id=....
  2. Apiway calls POST /api/account/sync-subscription with the session id to confirm the subscription with Stripe and write the plan + credit grant to your account.
  3. Your new credit balance shows up in the header and the Account > Usage tab. New plan benefits (commercial use, priority support) are active immediately.

Switching between paid plans

From any paid plan you can click Upgrade or Downgrade on the Billing tab to switch tiers. Changes apply on the next billing cycle by default; for prorated mid-cycle changes use the Stripe customer portal.

Stripe customer portal

Click Manage billing on the Billing tab to open the Stripe customer portal. From there:

  • Update payment method.
  • View past invoices.
  • Cancel subscription.
  • Switch tiers mid-cycle (prorated).

See cancel or downgrade and invoices and the Stripe customer portal.

Related docs