Get Transaction by ID
n8n-nodes-base.httpRequest
Retrieves detailed information for a specific transaction.
Use Cases
View transaction details
Check payment status
Verify transaction amounts
Configuration
Node Configuration Summary
Ready-to-use GoHighLevel node configured for get transaction by id.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/payments/transactions/{{ $json.transactionId }}?altId={{ $json.altId }}&altType={{ $json.altType }}{{ $json.locationId ? '&locationId=' + $json.locationId : '' }}
Nodes:
2
Auth:
GoHighLevel OAuth2 API