πTransactions View
Use this endpoint to view transactions for a merchant profile. Provide start and end date-time filters.
get
Query parameters
pageintegerOptionalExample:
Page number for pagination
{"value":1}page_sizeintegerOptionalExample:
Number of records per page (max 10)
{"value":5}datestringOptionalExample:
Filter by specific date (YYYY-MM-DD format)
{"value":"2025-03-17"}start_date_timestringOptionalExample:
Filter by start date and time (ISO 8601 format)
{"value":"2025-03-17T00:00:00Z"}end_date_timestringOptionalExample:
Filter by end date and time (ISO 8601 format)
{"value":"2025-03-17T23:59:59Z"}typestring Β· enumOptionalExample:
Filter by transaction type (fbe, trv, reg, mct)
{"value":"fbe"}Possible values: Header parameters
AuthorizationstringRequiredExample:
API token for user authentication
{"value":"Token tk-abc-1234-xyz"}Responses
200
Tokens retrieved successfully
application/json
204
No vend receipts found
application/json
400
Invalid request parameters
application/json
500
Server error while fetching receipts
application/json
get
/api/v1/meter/vendLast updated