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.
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.
API key authentication
The customer to check subscriptions for. The merchant is derived from the customer record. Unique identifier for a customer
^cus_[a-zA-Z0-9]+$Optional filter by product ID Unique identifier for a product
^prod_[a-zA-Z0-9]+$Optional search text to filter plan names (case-insensitive)
Number of plans to return
1 <= x <= 100Number of plans to skip
x >= 0