Get subscription products
API Refs
- Staging: Get subscription products
Request parameters
Name | Type | Description | Required |
---|---|---|---|
include_plans | boolean | Whether to include pricing plans in response | no |
Response body
Returns an array of product objects. If include_plans
is true, each product will include its associated pricing plans.
Description
This endpoint retrieves all subscription products available for your merchant account. Products represent what you're selling (e.g., different insurance coverage tiers), and optionally include the associated pricing plans that define billing intervals and amounts. Use this endpoint to display available subscription options to your customers or to get product IDs for creating subscriptions.
Updated 3 days ago