#dev_checkout-defaultpm
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/1298667522685665381
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, apologies for the delay. You can set a payment method as a customer's default for invoices and subscriptions by setting its ID (pm_1234) in the customer's invoice_settings.default_payment_method field
Is that helpful for what you are trying to do?
dev_checkout-defaultpm
So I am adding a payment method by creating a Checkout session and redirecting it to the Stripe-hosted URL for entering payment details. That's why I don't have enough control to get the payment method ID and attach it to the customer object.
@cinder vapor You would do what my colleague recommended after the end customer completes the Checkout Session. Either when you get the checkout.session.completed Event or when they get redirected to your success_url
am i able to get that payment method object, if i listen for that event in web hook?