payments_list_transactions
Retrieve transactions from GoHighLevel payments with filters for contact, subscription, date range, and payment mode.
Instructions
List Transactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | AltId is the unique identifier e.g: location id. | |
| endAt | No | Closing interval of transactions. | |
| limit | No | The maximum number of items to be included in a single page of results | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| search | No | The name of the transaction for searching. | |
| altType | Yes | AltType is the type of identifier. | |
| startAt | No | Starting interval of transactions. | |
| entityId | No | Entity id for filtering of transactions. | |
| contactId | No | Contact id for filtering of transactions. | |
| locationId | No | LocationId is the id of the sub-account. Defaults to GHL_LOCATION_ID when omitted. | |
| paymentMode | No | Mode of payment. | |
| subscriptionId | No | Subscription id for filtering of transactions. | |
| entitySourceType | No | Source of the transactions. | |
| entitySourceSubType | No | Source sub-type of the transactions. |