#RiderFx3
1 messages ยท Page 1 of 1 (latest)
HEllo
Hello ๐
It might be possible with Stripe CLI
hold on...
here
https://stripe.com/docs/cli/events/resend
You will need to pass in --live flag
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
ah you seem to be using a restricted key
if you go to
https://dashboard.stripe.com/apikeys
You should be able to edit the key to allow webhook permissions
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
"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 ?
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)
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."
it looks like that event is type price.created
but none of your existing webhook endpoints are listening for that type of event
Also this is a test mode event
https://dashboard.stripe.com/test/events/evt_1MON2kDY4NUh1pUiavbjOJVy
does that make sense @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."
"request_log_url": "https://dashboard.stripe.com/logs/req_ED61ejbgKtic7g?t=1673280793"
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
๐ค
ah can you try setting --webhook-endpoint=we_1LrdIRDY4NUh1pUiN5RD4UTv as well?
https://stripe.com/docs/cli/events/resend#:~:text=You must pass --webhook-endpoint%3Dwe_123456 to resend the event to a specific webhook endpoint
where ?
after --live in resend command
stripe events resend evt_3MOMlIDY4NUh1pUi0NmaKGoH --live --webhook-endpoint=we_1LrdIRDY4NUh1pUiN5RD4UTv
This command give me the event object in the prompt
looks like it was resent
Looks like good
nice
Typically this means that the customer failed 3DS auth check
Is it normal that on his Setup Intent 3D check he see 0โฌ amount instead of real amount ?
Yes this is expected
https://support.stripe.com/questions/unexpected-1-charge-on-customers-bank-statement
Ok thanks a lot for your help
NP! ๐ Glad I could help