Skip to main content
Version: v3

List Transactions

GET 

/payments/transactions

The "List Transactions" API allows to retrieve a paginated list of transactions. Customize your results by filtering transactions based on name, alt type, transaction status, payment mode, date range, type of source, contact, subscription id, entity id or paginate through the list using the provided query parameters. This endpoint provides a straightforward way to explore and retrieve transaction information.

Request

Version stringrequired

API Version

Available optionsv3
locationId string

LocationId is the id of the sub-account.

altId stringrequired

AltId is the unique identifier e.g: location id.

altType stringrequired

AltType is the type of identifier.

paymentMode string

Mode of payment.

startAt string

Starting interval of transactions.

endAt string

Closing interval of transactions.

entitySourceType string

Source of the transactions.

entitySourceSubType string

Source sub-type of the transactions.

search string

The name of the transaction for searching.

subscriptionId string

Subscription id for filtering of transactions.

entityId string

Entity id for filtering of transactions.

contactId string

Contact id for filtering of transactions.

limit number

The maximum number of items to be included in a single page of results

Default value:10
offset number

The starting index of the page, indicating the position from which the results should be retrieved.

Default value:0
application/json

Successful response

Schema
    dataobject[]required

    An array of transactions

    totalCountnumberrequired

    total transactions count