v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Currency Uptime Checker

Monitor the real-time health status of payment services across different currencies. Use this endpoint to check service availability before initiating transactions or to display the status on your integration's dashboard.

get/api/b2b/status/currencies

Query parameters

timeframeInHoursstring

Maximum of 24 hours and a minimum of 1 hour. Defaults to 1.

currencystring

Filter by specific currency code (e.g., KES, NGN, UGX)

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "currency": "KES",
      "overallStatus": "healthy",
      "collectionStatus": "healthy",
      "payoutStatus": "healthy",
      "lastUpdated": "2025-10-27T14:30:00.000Z"
    }
  ]
}