#RiderFx3

1 messages ยท Page 1 of 1 (latest)

candid horizonBOT
torpid gorge
#

HEllo

indigo pewter
#

Hello ๐Ÿ‘‹
It might be possible with Stripe CLI

#

hold on...

torpid gorge
#

Okay I will try !

#

How can I target a specific event id ?

#

like that stripe events resend evt_1MON2kDY4NUh1pUiavbjOJVy --live

#

"message": "The provided key 'rk_live_*********************************************************************************************FluWn0' does not have the required permissions for this endpoint on account 'acct_1LdJUTDY4NUh1pUi'. Having the 'rak_webhook_write' permission would allow this request to continue."

#

I think im' loggued on my test dashboard

indigo pewter
torpid gorge
#

"No CLI endpoints found to retry delivery. Run 'stripe listen' and retry the request to see the event in the CLI, or provide a specific webhook endpoint.",

#

I enabled Webhook WRITE in API Keys configuration

#

My Stripe CLI is in local so there is no way it connect to my server

#

Is that the reason ?

indigo pewter
#

So a retry attempt would try to deliver the webhook event to any livemode webhook endpoint as long as you use --live flag (even hosted ones)

torpid gorge
#

Yes but I had this error message

#

"No CLI endpoints found to retry delivery. Run 'stripe listen' and retry the request to see the event in the CLI, or provide a specific webhook endpoint."

indigo pewter
#

it looks like that event is type price.created

#

but none of your existing webhook endpoints are listening for that type of event

#

does that make sense @torpid gorge ?

torpid gorge
#

Yes it's my mistake

#

stripe events resend evt_3MOMlIDY4NUh1pUi0NmaKGoH --live

#

This is a payment_intent.succeeded event

#

"message": "No CLI endpoints found to retry delivery. Run 'stripe listen' and retry the request to see the event in the CLI, or provide a specific webhook endpoint."

indigo pewter
#

๐Ÿค”

torpid gorge
#

where ?

indigo pewter
#

after --live in resend command

torpid gorge
#

stripe events resend evt_3MOMlIDY4NUh1pUi0NmaKGoH --live --webhook-endpoint=we_1LrdIRDY4NUh1pUiN5RD4UTv

#

This command give me the event object in the prompt

indigo pewter
#

looks like it was resent

torpid gorge
#

Looks like good

indigo pewter
#

nice

torpid gorge
#

I have another question

#

Can you tell me why this authentication fail ?

indigo pewter
#

Typically this means that the customer failed 3DS auth check

torpid gorge
#

Is it normal that on his Setup Intent 3D check he see 0โ‚ฌ amount instead of real amount ?

indigo pewter
torpid gorge
#

Ok thanks a lot for your help

indigo pewter
#

NP! ๐Ÿ™‚ Glad I could help