#szy_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1303718364933390347
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
you could use this to get the customer's default payment method: https://docs.stripe.com/api/customers/object#customer_object-invoice_settings-default_payment_method
or this to get a specific subscription's default payment method: https://docs.stripe.com/api/subscriptions/object#subscription_object-default_payment_method
yes it's possible, depending on how you set things up
it depends what you want to do. note that the subscription's default payment method has priority on that specific subscription.
what do you mean with how I set things up? I would like to show card details that they use for paying subscription in user's panel. and there is an option to change the default payment method.