#wizard6109

1 messages · Page 1 of 1 (latest)

marsh forgeBOT
#

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.

cloud scarab
#

Can you share the request ID (req_xxx) which you set the metadata? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request

And also the event that you expect the metadata to be shown?

winged hazel
#

yeah let me get that for you one second

#

req_XvIEianEMs1pB4

#

ignore that one, this is the correct one: req_1DwiaIBwbF08hh

cloud scarab
#

metadata doesn't get populated to other objects. In https://dashboard.stripe.com/test/logs/req_1DwiaIBwbF08hh, the metadata is set on Customer Portal Configuration object and it will only stay in it and won't be populated to Subscription objects even though the cancellation is done in Customer Portal

winged hazel
#

i see... can you suggest a workaround?

#

I need the userId because that is what im using to store relevant subscription data for the user in my database

#

I wanted to use the customer portal so i wouldnt have to build the cancel subscription feature from scratch

#

So how can i send the userId to the "customer.subscription.updated" event in my webhook