ghl_payment_subscription_get
Retrieve details of a specific payment subscription using its unique ID. Get subscription data including status, amount, and billing details.
Instructions
Get Subscription by ID The "Get Subscription by ID" API allows to retrieve information for a specific subscription using its unique identifier. Use this endpoint to fetch details for a single subscription based on the provided subscription ID. Endpoint: GET /payments/subscriptions/{subscriptionId} (Version header: v3; source: v3/payments-v3.json) OAuth scopes: payments/subscriptions.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. | |
| subscriptionId | Yes | ID of the subscription that needs to be returned |