v1

latestOpenAPI 3.0.3Commercial — see Terms2026-07-13274891.4 KB
Account & billing

Start a paid-plan checkout (session-only)

post/api/v1/visa/stripe/checkout

Request body

plan'hobby' | 'starter' | 'pro' | 'business' required
billing'monthly' | 'annual'
affiliate_idstring

Example request

{
  "affiliate_id": "aff_4f2a91c8"
}

Response

Stripe Checkout URL.

urlstring

Example response

{
  "url": "https://checkout.stripe.com/c/pay/cs_test_..."
}