#aaron_webhooks

1 messages ¡ Page 1 of 1 (latest)

tardy jayBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1276014557432909924

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

empty raftBOT
#

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.

bold scaffold
#

We have a webhook for the radar early fraud warning stuff, but not sure how we'd go about testing the webhooks or our code in general.

I see Testing for Radar, but not a way to have an EFW trigger for a test charge

twin shard
#

Hi there, so basically you want to trigger radar.early_fraud_warning events?

#

You can create a test mode payment, and pay it with 4000000000005423 card to trigger a radar.early_fraud_warning event. Details in https://docs.stripe.com/testing?testing-method=card-numbers#disputes

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.

bold scaffold
#

Oh sweet awesome, totally missed this on the doc lol

#

I appreciate you! That is all I needed