@gabotronix maybe this is stupid, but are you not in "sandbox", "test data" mode?
Aug 10, 2020
4
Level 8
Stripe CLI sends webhooks with fake data, how am I supossed to test my integration
Hi everybody, I'm working on a website with Stripe payments, it's europe based so I'll have to deal with SCA 3D Secure auth, stripe docs recommend me to deal with payment fulfillement asynchronously instead of waiting for confirmCardPayment promise to resolve, to accomplish this you have to use webhooks.
Something I noticed is webhooks send fake data in events, if data is fake how am I supossed to actually test my integration? order fulfilment in database, other database operations, sending email with order info...
Am I missing something?
Please or to participate in this conversation.