Affiliate program
Become an affiliate (public)
Open a partner account. Returns an affiliate_id (format aff_<8 hex>) you embed in checkout URLs to earn 15% commission. Idempotent on email.
post/api/v1/visa/affiliate/register
Request body
Example request
{
"name": "Ada Lovelace",
"email": "ada@example.com",
"website": "https://travelblog.example",
"payment_info": "ada@paypal.com"
}Response
Existing affiliate returned.
Example response
{
"affiliate_id": "aff_4f2a91c8"
}