#Zomofo

1 messages · Page 1 of 1 (latest)

viscid voidBOT
frank osprey
#

Hello, what subject?

frosty drum
#

I asked about stripe webhooks, local testing

#

I got answer but I don't see my subject in dev-help now

frank osprey
#

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?

frosty drum
#

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.

frank osprey
#

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

frosty drum
#

hmmm such as create another ID, another table in database

frank osprey
#

Yes that could be a way to do it. You can also use the Stripe object's ID. Whatever makes sense for your situation

viscid voidBOT
frosty drum
#

and later check it in webhook

#

make query to database

#

to get this data

frank osprey
#

Yep, that would make sense