Number of Digitally Enabled Merchants
Retrieve data for number of digitally enabled merchants.
GET/3.0/alternate/digital-payment-merchants
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",
"total": 5000000,
"pos": 2000000,
"emis": 1500000,
"qr_pos": 1200000,
"e_commerce": 300000
},
{
"year": "2022",
"total": 4500000,
"pos": 1800000,
"emis": 1300000,
"qr_pos": 1000000,
"e_commerce": 400000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
total | numeric | Total number of digitally enabled merchants |
pos | numeric | Number of merchants with POS |
emis | numeric | Number of merchants with EMIs |
qr_pos | numeric | Number of merchants with QR/Soft POS |
e_commerce | numeric | Number of E-Commerce merchants |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Number of Digitally Enabled Merchants
curl -X GET "https://csapis.com/3.0/alternate/digital-payment-merchants" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics