#dragon.frost
1 messages · Page 1 of 1 (latest)
you could check the length of the list returned by https://stripe.com/docs/api/payment_methods/customer_list .
can I verify this with invoice_settings.default_payment_method? or is this not enough?
If possible I would not like to call for another api just for this.
sure, that could work
will this API also return the length of the payment_methods of a customer if they were previously created using the old method of using tokens and updating the source?
but I guess the reverse is not true right?
previously we checked the customers payment methods by this property:
customer.sources.data.length. I guess we can't use that after we implement the newer payment_method stuff right?
correct