Documentation Index
Fetch the complete documentation index at: https://docs.fype.dev/llms.txt
Use this file to discover all available pages before exploring further.
10-Minute Setup Guide (AI-Powered)
This guide is for those who want to move fast. By using an AI Agent and Fype, you can have a working payment flow in under 10 minutes.Minute 0-2: Preparation
- Sign up: Create an account at dashboard.fype.dev.
- Get Keys: Copy your
fype_test_key from Developers > API Keys. - Open your AI Tool: Open Cursor, Gemini, or your preferred AI coding assistant.
Minute 2-5: The “God-Tier” Prompt
Copy and paste the following prompt into your AI assistant. Replace the bracketed text with your info.Minute 5-8: Integration & Vibe Check
- Run the Code: Let the AI generate the files. Click “Apply” or copy the code into your project.
- Start your Server: Run
npm run devorpython main.py. - Vibe Check: Click your payment button. If you see the Fype Checkout page, you are 90% done.
Minute 8-10: Webhook Automation
Now, ask the AI to handle the back-end confirmation:Final Step: Verify
- Use the Simulator on the checkout page to succeed.
- Check your terminal/console. Do you see
ORDER_PAID? - Congratulations! You have a fully functional, decoupled payment system integrated in 10 minutes.
Why this is faster than other gateways:
- No UI to build: Fype provides the hosted checkout.
- No Gateway-specific SDKs: You don’t need to learn Razorpay or Stripe; just Fype.
- AI-Optimized: Our API schema is so clean that AI agents almost never make mistakes during integration.