#chiefwhitecloud
1 messages · Page 1 of 1 (latest)
You don't need to explicitly update a subscription for SCA to happen. It really depends on the bank (as to whether they'll request it or not)
I’m seeing some requires action events on payment intents triggered from subscription updates
Will I just update our system on subscription.updated? As the update will go through if the payment does?
Yeah when the PIs require 3DS authentication, that's expected. What do you need to update, specifically? Need a bit more info
Update the subscription in our system to enable features
We are seeing subscription updates in production which are failing because of requires action events. We have it setup so these updates to fail if the payment fails. On payment success, we should just use the customer. Subscription.updated event to update our system. Correct?
Gotcha
You could do that, yeah
But also invoice.paid would be ideal for payment success notification: https://stripe.com/docs/billing/subscriptions/webhooks
Ok. I’ll look at that. I would need to know if it was from a sub update vs recurring or sub creation. I’ll look.