All API calls require a Bearer token obtained via the OAuth 2.0 client credentials flow. Tokens expire after 5 minutes — implement automatic refresh in your backend.Documentation Index
Fetch the complete documentation index at: https://developer.fexpayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Response
Token Caching (Recommended Pattern)
Request a new token before each API call, or cache and refresh proactively using the pattern below:Important: Always refresh at least 30 seconds before expiry to avoid race conditions near the 5-minute boundary.

