#ayesha-shaikh_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1260607813500141629
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi ๐ no, not that I'm aware of. Can you help me understand what about that flow you're hoping to test? I may be able to provide some suggestions on how to do that.
i want to test when fingerprint or the last4 of the card has updated through auto update
Gotcha, for that I'd recommending mocking an Event being sent to your webhook endpoint by making a request to it yourself. When doing so you can adjust the fingerprint and last4 in the Event body you send to ensure your code handles those new values as expected.
yeah, but when my code involves getting values from stripe these mocked values wont actually be there. so thats there
You would need to mock those calls too likely. What information are you pulling from us as part of this flow?
yes, that is how i was planning to test -- thought of confirming once if Stripe has something for preprod