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.