Skip to content

Enhanced Payment Method Support

Choose a tag to compare

@hideokamoto hideokamoto released this 10 Jun 01:04
· 19 commits to main since this release

Enhanced Payment Method Support

  • 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