E-Commerce Transactions - by Value
Retrieve data for e-commerce transactions - by value.
GET/3.0/alternate/ecommerce-transactions-value
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": 150000000000,
"credit_cards": 200000000000,
"prepaid_cards": 50000000000
},
{
"period": "Oct 2023",
"debit_cards": 140000000000,
"credit_cards": 190000000000,
"prepaid_cards": 48000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
debit_cards | numeric | Debit Card |
credit_cards | numeric | Credit Cards |
prepaid_cards | numeric | Pre-paid Cards |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET E-Commerce Transactions - by Value
curl -X GET "https://csapis.com/3.0/alternate/ecommerce-transactions-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics