#so-cli-resend

1 messages · Page 1 of 1 (latest)

pearl prawnBOT
languid gyro
#

@stuck ibex do you have more context? what are you doing with the CLI exactly?

stuck ibex
#

resend an event

#

can i share the line or its too risky for security purposesÉ

#

?

languid gyro
#

I don't think the CLI can resend Events on a connected account. Is that what you are trying to do?

#

so-cli-resend

stuck ibex
#

Yes, another dev said it was fine

#

Is there a way for you to resend an event for me?

languid gyro
#

no

stuck ibex
#

its has a --stripe-account parameter

languid gyro
#

trigger and resend are different operations. Ultimately I don't think it will work so my advice is to avoid that approach. Whatever you are trying to do, the cleanest is likely to ingest the Event manually by using https://stripe.com/docs/api/events/retrieve and processing it that way

stuck ibex
#

im working with debit bank payments... it takes 5 business days to clear

#

i just want to test a piece of code

languid gyro
#

The easiest is to just create a payment in Test mode with the right information and get real Events from it, no reason to use the CLI for this specific use-case right?

stuck ibex
#

ill check for a test web hook!

#

is there a way to make a webhook call to my localhost?