#Zomofo
1 messages · Page 1 of 1 (latest)
Hello, what subject?
I asked about stripe webhooks, local testing
I got answer but I don't see my subject in dev-help now
Not sure what may have happened but I am happy to help. Can you tell me more about what you are currently trying to figure out for local testing?
All works. But I have one question
If I pass sensitive data as metadata to stripe during creating checkout session, should I do something with this data? I want to my application be safe.
If you don't think the data is safe to be outside of your system, you can do something like set a reference ID in the metadata that will help you look it up later
hmmm such as create another ID, another table in database
Yes that could be a way to do it. You can also use the Stripe object's ID. Whatever makes sense for your situation
Yep, that would make sense