Documentation Index
Fetch the complete documentation index at: https://docs.payfonte.com/llms.txt
Use this file to discover all available pages before exploring further.
Environments
Payfonte provides two environments for integration:| Environment | Use Case | API Base URL | Dashboard |
|---|---|---|---|
| Sandbox | Development and QA | https://sandbox-api.payfonte.com | https://sandbox-app.payfonte.com |
| Production | Live transactions | https://api.payfonte.com | https://app.payfonte.com |
API Authentication
All API calls require these headers:client-idclient-secret
Dashboard -> Settings -> Security -> API Keys and Webhooks
Sandbox Example
Production Go-Live Checklist
Complete KYB onboarding
Submit your business details using the KYB onboarding form.
Switch credentials and base URL
Replace sandbox
client-id/client-secret with production keys and update your API base URL to https://api.payfonte.com.Recommended App Configuration
Use environment variables so secrets stay out of source code:Security Notes
- Never expose
client-secretin frontend apps. - Never commit credentials to git.
- Rotate keys immediately if you suspect exposure.
- Use HTTPS for API and webhook endpoints.