#juicy-Webhook

1 messages · Page 1 of 1 (latest)

earnest heart
#

Hi there, you should listent payment_method.updated instead to get notified when metadata is added to this payment method

#

you can get the whole payment_method object including the metadata in the payment_method.card_automatically_updated event

#

However, adding meta-data to a payment method won't trigger payment_method.card_automatically_updated event

#

you need to attach the payment method to a customer before you can update the payment method with a meta data

earnest heart