List Available Plans
Plans
List Available Plans
Retrieves all plans for a merchant that the customer does not have an active or pending subscription for. When a customer has a subscription for any plan within a product, all plans from that product are excluded.
GET
List Available Plans
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Query Parameters
The customer to check subscriptions for. The merchant is derived from the customer record. Unique identifier for a customer
Pattern:
^cus_[a-zA-Z0-9]+$Optional filter by product ID Unique identifier for a product
Pattern:
^prod_[a-zA-Z0-9]+$Optional search text to filter plan names (case-insensitive)
Number of plans to return
Required range:
1 <= x <= 100Number of plans to skip
Required range:
x >= 0