Tool Name | Platform | Description |
---|---|---|
Create Refunds by Charge ID | Stripe | Initiate refunds for specific charges |
Delete Subscription by ID | Stripe | Remove specific subscriptions |
Find Invoices by Subscription ID | Stripe | Retrieve subscription-related invoices |
Find Subscriptions by Customer ID | Stripe | Get customer-specific subscriptions |
Search Customers by Email | Stripe | Find customers using email addresses |
stripe_create_refunds_by_charge_id
Arguments:
Name | Required | Type | Description |
---|---|---|---|
charge_id | Required | string | The ID of the charge to refund |
stripe_delete_subscription_by_id
Arguments:
Name | Required | Type | Description |
---|---|---|---|
subscription_id | Required | string | The ID of the subscription to delete |
stripe_find_invoices_by_subscription_id
Arguments:
Name | Required | Type | Description |
---|---|---|---|
subscription_id | Required | string | The ID of the subscription to find invoices for |
stripe_find_subscriptions_by_customer_id
Arguments:
Name | Required | Type | Description |
---|---|---|---|
customer_id | Required | string | The ID of the customer to find subscriptions for |
stripe_search_customers_by_email
Arguments:
Name | Required | Type | Description |
---|---|---|---|
Required | string | The email address to search for |