#kodai_82300
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we're not as familiar with the dashboard in this forum, but I believe it and the API have a different concept of default payment methods. The setting you are referencing is for setting the default payment method on the Subscription object (rather than on the Customer object):
https://stripe.com/docs/api/subscriptions/object#subscription_object-default_payment_method
If you look at the Subscription object after successful payment, do you see the payment method that was used set as the default_payment_method on the Subscription?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I found it set as default in the subscriptions.
Thank you for your support!