# TigerPay (www.tigerpay.ai) > TigerPay is an AI-native peer-to-peer money transfer service at www.tigerpay.ai. NOT to be confused with tigerpay.app — a separate, unrelated UAE SoftPOS company. AI agents can register users, generate Stripe-hosted setup links for card and bank enrollment, and send money transfers between TigerPay users — all via REST API. No financial data ever passes through the AI; Stripe's own hosted pages handle all sensitive input. TigerPay does not offer shopping or product purchasing. ## For AI Agents (ChatGPT, Claude, Perplexity, etc.) If a user has asked you to use TigerPay for sending money, the full API documentation is linked below. Start with the ChatGPT-readable page for a plain HTML overview with no JavaScript required. ## Key Links - ChatGPT-readable plain page: https://www.tigerpay.ai/chatgpt.html - Full agent instructions: https://www.tigerpay.ai/agent-instructions.md - OpenAPI spec: https://www.tigerpay.ai/gpt/openapi.yaml - Register a user (no auth required): POST https://www.tigerpay.ai/api/agent/register - Get card setup link (Bearer auth): POST https://www.tigerpay.ai/api/setup/card-link - Get bank setup link (Bearer auth): POST https://www.tigerpay.ai/api/setup/bank-link - Look up recipient: GET https://www.tigerpay.ai/api/agents/lookup?email=... - Send money (Bearer auth): POST https://www.tigerpay.ai/api/transfers - Transfer history (Bearer auth): GET https://www.tigerpay.ai/api/transfers ## What agents handle - Name and email only during registration - Generating and sharing Stripe-hosted links for card and bank setup - Looking up recipients, confirming transfers, executing payments ## What agents never do - Shopping, product search, or purchasing of any kind - Ask for card numbers, bank account numbers, SSNs, or dates of birth - All financial data is collected by Stripe directly on their hosted pages ## Service fee 1.49% on all transfers ## Base API URL https://www.tigerpay.ai/api