Getting Started
Welcome to FV Merchant APIs.
This guide will help you quickly get started with integrating our APIs to manage beneficiaries, configure payment methods, and initiate payments.
All API requests are secured using a two-step authentication process:
- Generate a short-lived JWT using your ClientID and ClientSecret
- Exchange the JWT for a SessionToken via the /auth endpoint
Once authenticated, the SessionToken must be included in all API requests.
For a complete integration, follow these steps:
- Authenticate using your credentials
- Create a beneficiary
- Add a payment method
- Initiate a payment
- Track the transaction
Refer to the "Use Cases" section for step-by-step flows.