#Szymon - payment_method events
1 messages · Page 1 of 1 (latest)
Checking in to this. Are you trying to see if one or the other is more appropriate to listen to in some circumstance?
Yep - I am supposed to listen to both, but if payment_method.automatically_updated is only triggered when payment_method.updated then there is no point handling both of those events
Gotcha, checking in to what these are
Hey, big apologies for dropping off of this thread. These are actually two separate events
payment_method.automatically_updated is when our system updates a card automatically based on bank details
payment_method.updated is when your application updates a card using the API or dashboard
So you may want to subscribe to one or both depending on what you want to react to
But they are separate and should not have an overlap of events
Alright, thank you very much!