Skip to main content

Proportion of Digital Payments (in Total Retail Payments)- Value

Retrieve data for proportion of digital payments (in total retail payments)- value.

GET/3.0/alternate/digital-payments-share-value

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

FieldTypeDescription
yearstringYear identifier
valuenumericProportion of Transactions value

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Proportion of Digital Payments (in Total Retail Payments)- Value

curl -X GET "https://csapis.com/3.0/alternate/digital-payments-share-value" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics