stripe_check_subscription
Check subscription status for a Stripe customer. Retrieve active subscriptions with plan details, billing period, and current status.
Instructions
Check the subscription status for a Stripe customer. Returns active subscriptions with plan details, billing period, and current status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by subscription status. Default: all | all |
| customer_id | Yes | The Stripe Customer ID (starts with cus_) |