Skip to content

Environments

All requests are made against the PayHero Africa base URL — referred to as BACKEND_URL_V2 in the Postman collection.

https://api.payhero.africa
Area Path prefix
Unified payments /api/global/payments
Transaction tools /api/global/...
Account balance /api/global/accounts
Legacy (V1) /api/v2/...
  • 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.