Skip to main content

Quarterly Point of Sale (POS) Transactions (Volume)

Retrieve data for quarterly point of sale (pos) transactions (volume).

GET/3.0/alternate/pos-transactions-quarterly-volume

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status": "ok",
"data": [
{
"period": "Q1 2023",
"atm": 20000000,
"debit_cards": 30000000,
"credit_cards": 10000000,
"prepaid_cards": 5000000,
"socialwelfare_card": 2000000
},
{
"period": "Q4 2022",
"atm": 19000000,
"debit_cards": 28000000,
"credit_cards": 9500000,
"prepaid_cards": 4800000,
"socialwelfare_card": 1900000
}
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Q1 2023")
atmnumericATM's
debit_cardsnumericDebit Card
credit_cardsnumericCredit Cards
prepaid_cardsnumericPre-paid Cards
socialwelfare_cardnumericSocial Welfare Card

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Quarterly Point of Sale (POS) Transactions (Volume)

curl -X GET "https://csapis.com/3.0/alternate/pos-transactions-quarterly-volume" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics