#varsh59_webhooks

1 messages ¡ Page 1 of 1 (latest)

trail pewterBOT
#

👋 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/1382386709869887658

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

rapid spruce
#

Hi there

next flame
#

Hello!

rapid spruce
next flame
#

Got it!

Another question is that, will these payment_method events be able to capture the customer.source.updated changes as well.
Asking this, because, some of the customers are using source. If we completely stop listening to customer.source.updated event, it'll be a problem

rapid spruce
#

I suppose my question would be, why stop listening to that event when you have Customers that still have a Source that is in use?

next flame
#

The whole plan is to deprecate the source event listener and migrate to payment method related events, but only if payment method can capture source related events as well.

If not, we'll fallback to the source event only for now probably.

rapid spruce
#

Those are different things though. I expect that payment_method.updated and payment_method.automatically_updated events are delivered for objects of type pm_abc123 and customer.source.updated events are sent for objects of type src_abc123 and card_abc123

next flame
#

Got it!

#

Thanks, @rapid spruce!