ghl_payment_order_get
Retrieve details for a specific order using its unique identifier. Requires order ID and location ID.
Instructions
Get Order by ID The "Get Order by ID" API allows to retrieve information for a specific order using its unique identifier. Use this endpoint to fetch details for a single order based on the provided order ID. Endpoint: GET /payments/orders/{orderId} (Version header: v3; source: v3/payments-v3.json) OAuth scopes: payments/orders.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | AltId is the unique identifier e.g: location id. | |
| orderId | Yes | ID of the order that needs to be returned | |
| locationId | No | LocationId is the id of the sub-account. |