Manage your payments and subscriptions with Stripe including customers, products, subscriptions, and financial transactions
action
- The action to perform (create, update, get, list)entity
- The entity type (customer, subscription, product, etc.)id
- Entity ID for specific operationsemail
- Customer email addressname
- Customer or product namedescription
- Description for entitiesamount
- Price amount in centscurrency
- Currency code (e.g., “usd”)interval
- Billing interval (month, year)email
(required) - Customer email addressname
(required) - Customer namedescription
(optional) - Customer descriptioncustomer_id
(required) - Customer ID to updatename
(optional) - Updated customer namedescription
(optional) - Updated descriptionemail
(optional) - Updated email addresscustomer_id
(required) - Customer ID to retrievelimit
(optional) - Number of customers to returnstarting_after
(optional) - Customer ID to start aftercustomer_id
(required) - Customer ID for the subscriptionprice_id
(required) - Price ID for the subscriptiontrial_period_days
(optional) - Trial period in dayscustomer_id
(optional) - Filter by specific customerstatus
(optional) - Filter by subscription statuslimit
(optional) - Number of subscriptions to returnname
(required) - Product namedescription
(optional) - Product descriptionactive
(optional) - Whether the product is activeproduct_id
(required) - Product ID to retrieveactive
(optional) - Filter by active statuslimit
(optional) - Number of products to returntype
(optional) - Filter by transaction typelimit
(optional) - Number of transactions to returnstarting_after
(optional) - Transaction ID to start afterproduct_id
(optional) - Filter by specific productactive
(optional) - Filter by active statuslimit
(optional) - Number of plans to return