Proportion of Digital Payments (in Total Retail Payments)- Volume
Retrieve data for proportion of digital payments (in total retail payments)- volume.
GET/3.0/alternate/digital-payments-share-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"year": "2023",
"value": 0.4567
},
{
"year": "2022",
"value": 0.4215
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
value | numeric | Proportion of volume of Transactions |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Proportion of Digital Payments (in Total Retail Payments)- Volume
curl -X GET "https://csapis.com/3.0/alternate/digital-payments-share-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics