You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Payment Method for Subscription Creation: Added payment_method_id parameter to the create_stripe_test_subscription tool
Improved Customer Creation Payment Settings: Enhanced the create_stripe_test_customers tool to automatically set invoice_settings when a payment method is specified
🚀 Improvements
You can now specify a default payment method when creating subscriptions
Payment method settings during customer creation are now more reliable (setting both payment_method and invoice_settings.default_payment_method)
Smoother integration of payment methods in Stripe test environment
🔧 Technical Changes
create_stripe_test_subscription Tool
New parameter: payment_method_id (optional)
Added functionality to set default_payment_method during subscription creation
create_stripe_test_customers Tool
When payment_method_id is specified, both of the following are now set:
payment_method: Customer's payment method
invoice_settings.default_payment_method: Default payment method for invoices