#jovan-setupintent-events
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.
Just want to confirm: Will the setup_intent.succeeded and setup_intent.failed will be triggered after confirmSetup() and confirmCardSetup() ?
@uneven ledge yes. Best is for you to try all of this in Test mode to confirm
Thanks!
I have this customer who has three payment methods (Payment 1, Payment 2, Payment 3) . The default payment method of this customer in his monthly subscription is Payment 1. However, this customer deleted his Payment 1. How do you set Payment 2 as the next default payment method? Should I manually set this using these apis?
https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
yes you manually set one of the two. The first one only applies to that Subscription, the second one applies to all Invoices and Subscriptions
Okay, sounds good. Thanks also for the explanation.