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.
Quickstart Guide
Get up and running with Fype in under 10 minutes. This guide will walk you through creating your first test payment.Prerequisites
- A Fype Merchant account.
- Your Fype API Key (Test mode).
1. Get Your API Key
- Log in to the Fype Dashboard.
- Navigate to Developers > API Keys.
- Create a new Test Key.
- Copy the key (it starts with
fype_test_).
2. Create a Payment
Use the Fype API to create a payment. You can usecurl or one of our SDKs.
Using cURL
3. Redirect the Customer
The API response will contain acheckout_url:
4. Simulate Success (Test Mode)
Since you are in test mode, the checkout page will show a “Simulator” gateway.- Click Simulate Success.
- Fype will transition the payment to
succeeded. - You will be redirected back to your
success_url.