Account & billing
Start a paid-plan checkout (session-only)
post/api/v1/visa/stripe/checkout
Request body
Example request
{
"affiliate_id": "aff_4f2a91c8"
}Response
Stripe Checkout URL.
Example response
{
"url": "https://checkout.stripe.com/c/pay/cs_test_..."
}