Environments
All requests are made against the PayHero Africa base URL — referred to as
BACKEND_URL_V2 in the Postman collection.
Production base URL
Section titled “Production base URL”https://api.payhero.africaPath structure
Section titled “Path structure”| Area | Path prefix |
|---|---|
| Unified payments | /api/global/payments |
| Transaction tools | /api/global/... |
| Account balance | /api/global/accounts |
| Legacy (V1) | /api/v2/... |
API versions
Section titled “API versions”- Global / unified (
/api/global/...) — the current, recommended API. One endpoint for pay-in and pay-out across all countries. - V1 (
/api/v2/...) — legacy wallet collection/withdrawal endpoints, kept for backward compatibility. Prefer the unified endpoint for new integrations.

