Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mayar.id/llms.txt

Use this file to discover all available pages before exploring further.

curl --request GET 'https://api.mayar.id/hl/v1/transactions/daily' \
 --header 'Authorization: Bearer Paste-Your-API-Key-Here'
{
    "statusCode": 200,
    "data": {
        "date": "2026-05-08",
        "tpvCount": 125000,
        "trxCount": 10
    }
}
Endpoint:
https://api.mayar.id/hl/v1/transactions/daily

Authorization

Authorization
string
required
Example:Authorization | Bearer Paste-Your-Api-Key-Here

Response

Successful Response

Main Structure (Root)

statusCode
integer
Status code returned by the API.
data
object
Daily transaction statistics object.

data Structure (Object)

data.date
string
Date of the transaction summary in YYYY-MM-DD format.
data.tpvCount
number
Total payment volume count for the specified date.
data.trxCount
number
Total number of transactions for the specified date.