Skip to main content

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

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2023")
debit_cardsnumericNumber of Debit Cards
proprietary_atmnumericNumber of Proprietary ATM Cards
prepaid_cardsnumericNumber of Pre-paid Cards
socialwelfare_cardnumericNumber of Social Welfare Cards
credit_cardsnumericNumber of Credit Cards
totalnumericTotal 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