#dissarion_webhooks

1 messages ¡ Page 1 of 1 (latest)

pine pulsarBOT
#

👋 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. Thank you for your patience!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

🔗 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/1214155106103066685

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

solid ravineBOT
jovial lotus
#

Do you know what is the payment_method id ? or the payment_intent id ?

native island
#

I don't know payment_method id. payment_intent.id is pi_3OqYMFAyniJ4oNK00dRlgtU7

#

I need to trigger a specific payment method to make sure that my webhook is able to handle all activated payment methods

jovial lotus
#

Are you looking for this event evt_3OqYMFAyniJ4oNK008TKJr6c ?

#

You can use your dashboard to see find it

#

You refer to the Events and logs section

#

But I don't see any klarna attempts

#

it' was using the 4242 card payment

native island
#

Thank you for the filtering method, but I need to trigger an event from Stripe CLI. I'm looking for something like that

stripe trigger payment_intent.succeeded --override payment_method=Klarna
jovial lotus
#

Ah I though you want to search for a particular event, let me check...

#

What you need to do is to collect a test klarna payment method

native island
jovial lotus
#

Actually the only option I'm seeing is to make a payment using Checkout Session and Klarna in test mode in order to generate that particular event

native island
#

Ok. Got it. Thank you for the help!