Skip to main content
GET
/
api
/
v1
/
{country}
/
providers
/
status
État temps réel des providers
curl --request GET \
  --url https://payments.winam.cm/api/v1/{country}/providers/status \
  --header 'X-API-Key: <api-key>'
{
  "country_code": "<string>",
  "checked_at": "2023-11-07T05:31:56Z",
  "providers": [
    {
      "provider_id": "<string>",
      "display_name": "<string>",
      "status": "<string>",
      "is_feature_flag_enabled": true,
      "failure_rate_1h": 0.02,
      "tx_count_1h": 47,
      "message": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.winampay.de/llms.txt

Use this file to discover all available pages before exploring further.

Check this endpoint before initiating a payment if you want to route around a degraded provider. A failure_rate_1h above 0.10 (10%) indicates instability.
The status field reflects the provider’s current feature flag state (operational or degraded). winam-payments also monitors this internally to route around failing providers automatically.

Authorizations

X-API-Key
string
header
required

Path Parameters

country
string
required

Response

Successful Response

country_code
string
required
checked_at
string<date-time>
required
providers
ProviderStatusItem · object[]
required