#coryschires - invoice payment methods
1 messages · Page 1 of 1 (latest)
Can you share an example of subscriptions/invoices that don't have the default list you expect?
catching up here one sec
can you share each of their Invoice IDs and what the different PaymentMethod types are on each?
You can see that PR Submissions and Typesetting do not include Check as an option
Here is an open invoice which includes payment options of Credit card and ACH (no check): in_0K7oyRFH8YjjVMbFWv2QTSgC
And here is one from the same customer which includes CC, ACH, and Check: in_0JapdnFH8YjjVMbF7A2nHcmM
thanks, looking
But, perhaps notably, they are from two difference subscriptions
ah these are subs from 2019, not sure I'll be able to glean much ... still looking
Thanks for the help!
It's possible these subscriptions were created before I updated our invoice settings? Not positive tho
I do not know!
yeah sorry I'm not seeing much on why checks are on one but not the other, checks are a beta thing so I'm not really in the loop on how their integration works or how they are enabled/disabled on a Subscription/Invoice
Can I use the API to script a way to ensure the correct payment options are applied to all my customer's subscriptions?
I believe you can using https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
try that in test mode