πŸ“‹Transactions View

Use this endpoint to view transactions for a merchant profile. Provide start and end date-time filters.

get
Query parameters
pageintegerOptional

Page number for pagination

Example: {"value":1}
page_sizeintegerOptional

Number of records per page (max 10)

Example: {"value":5}
datestringOptional

Filter by specific date (YYYY-MM-DD format)

Example: {"value":"2025-03-17"}
start_date_timestringOptional

Filter by start date and time (ISO 8601 format)

Example: {"value":"2025-03-17T00:00:00Z"}
end_date_timestringOptional

Filter by end date and time (ISO 8601 format)

Example: {"value":"2025-03-17T23:59:59Z"}
typestring Β· enumOptional

Filter by transaction type (fbe, trv, reg, mct)

Example: {"value":"fbe"}Possible values:
Header parameters
AuthorizationstringRequired

API token for user authentication

Example: {"value":"Token tk-abc-1234-xyz"}
Responses
200

Tokens retrieved successfully

application/json
get
/api/v1/meter/vend

Last updated