ghl_payment_transaction_get
Retrieve a specific payment transaction's details using its unique transaction ID. Provides complete transaction information for that ID.
Instructions
Get Transaction by ID The "Get Transaction by ID" API allows to retrieve information for a specific transaction using its unique identifier. Use this endpoint to fetch details for a single transaction based on the provided transaction ID. Endpoint: GET /payments/transactions/{transactionId} (Version header: v3; source: v3/payments-v3.json) OAuth scopes: payments/transactions.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | AltId is the unique identifier e.g: location id. | |
| altType | Yes | AltType is the type of identifier. | |
| locationId | No | LocationId is the id of the sub-account. | |
| transactionId | Yes | ID of the transaction that needs to be returned |