Number of Payment Cards
Retrieve data for number of payment cards.
GET/3.0/alternate/payment-cards-total
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 2023",
"debit_cards": 50000000,
"proprietary_atm": 20000000,
"prepaid_cards": 15000000,
"socialwelfare_card": 10000000,
"credit_cards": 5000000,
"total": 100000000
},
{
"period": "Oct 2023",
"debit_cards": 48000000,
"proprietary_atm": 19000000,
"prepaid_cards": 14000000,
"socialwelfare_card": 9500000,
"credit_cards": 4800000,
"total": 95300000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
debit_cards | numeric | Number of Debit Cards |
proprietary_atm | numeric | Number of Proprietary ATM Cards |
prepaid_cards | numeric | Number of Pre-paid Cards |
socialwelfare_card | numeric | Number of Social Welfare Cards |
credit_cards | numeric | Number of Credit Cards |
total | numeric | Total Payment Cards |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Number of Payment Cards
curl -X GET "https://csapis.com/3.0/alternate/payment-cards-total" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics