#coryschires - Subscriptions
1 messages · Page 1 of 1 (latest)
Hello! Yep, you would need to remove the payment method types that are not compatible with charge_automatically: https://stripe.com/docs/api/subscriptions/update#update_subscription-payment_settings-payment_method_types
Makes sense. My desired behavior is:
-
If set to
send_invoice, then the subscription should have the following payment methods:["ach_credit_transfer", "card", "paper_check"]. -
If set to
charge_automatically, then the subscription should have the following payment methods:["card"].
Do I have to manage this all myself?
Yep, you'll need to manage this on your end with updates to the Subscription.