Skip to main content

Number of payment systems operators

Retrieve data for number of payment systems operators.

GET/3.0/alternate/payment-system-operators-count

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status": "ok",
"data": [
{
"period": "Nov 2024",
"value": 15
},
{
"period": "Oct 2024",
"value": 14
}
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
valueintegerNumber of payment systems operators

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Number of payment systems operators

curl -X GET "https://csapis.com/3.0/alternate/payment-system-operators-count" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics