List Transactions
n8n-nodes-base.httpRequest
Retrieves a paginated list of payment transactions with advanced filtering.
Use Cases
Track payment transactions
Filter by payment method
Export transaction data
Configuration
Node Configuration Summary
Ready-to-use GoHighLevel node configured for list transactions.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/payments/transactions?altId={{ $json.altId }}&altType={{ $json.altType }}{{ $json.locationId ? '&locationId=' + $json.locationId : '' }}{{ $json.paymentMode ? '&paymentMode=' + $json.paymentMode : '' }}{{ $json.startAt ? '&startAt=' + $json.startAt : '' }}{{ $json.endAt ? '&endAt=' + $json.endAt : '' }}{{ $json.entitySourceType ? '&entitySourceType=' + $json.entitySourceType : '' }}{{ $json.entitySourceSubType ? '&entitySourceSubType=' + $json.entitySourceSubType : '' }}{{ $json.search ? '&search=' + $json.search : '' }}{{ $json.subscriptionId ? '&subscriptionId=' + $json.subscriptionId : '' }}{{ $json.entityId ? '&entityId=' + $json.entityId : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.limit ? '&limit=' + $json.limit : '&limit=10' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}
Nodes:
2
Auth:
GoHighLevel OAuth2 API