#giriraj-default-pm
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- giriraj3215, 1 day ago, 11 messages
- giriraj3215-renew-subscription, 2 days ago, 12 messages
- giriraj3215, 6 days ago, 5 messages
i m follow this link https://stripe.com/docs/api/customer_portal/sessions/create
and see below screenshot there is make default card option. so, can i get those event on webhook?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks for clarifying.
That should just update the Customer's invoice_settings.default_payment_method
So there should be a customer.updated Event that is created when that default is updated.
I'd recommend testing this out and checking for the corresponding Event
giriraj-default-pm
Hello! Hopping in here since bismarck has to head out
If you're working with Payment Methods then no, you wouldn't get a customer.updated event when it's deleted. You'd get a payment_method.detached event instead(https://stripe.com/docs/api/events/types#event_types-payment_method.detached)