Skip to main content

E-Commerce Transactions - by Volume

Retrieve data for e-commerce transactions - by volume.

GET/3.0/alternate/ecommerce-transactions-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": "Nov 2023",
"debit_cards": 30000000,
"credit_cards": 20000000,
"prepaid_cards": 5000000
},
{
"period": "Oct 2023",
"debit_cards": 28000000,
"credit_cards": 19000000,
"prepaid_cards": 4800000
}
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2023")
debit_cardsnumericDebit Card
credit_cardsnumericCredit Cards
prepaid_cardsnumericPre-paid Cards

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET E-Commerce Transactions - by Volume

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

Use Cases

  • Data analysis
  • Dashboard / metrics