#Adaxer

1 messages · Page 1 of 1 (latest)

cold smeltBOT
gaunt scaffold
#

Hi there, can you send me a event ID for me to investigate?

sturdy lily
#

I would but there are no events that matches my stripe trigger time. I don't know if the problems lies there but events are only shown when I use the online CLI or if I don't listen to the URL and issue the command.

gaunt scaffold
#

Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details

sturdy lily
#

I assume it's this one: "acct_1MxE38EKarudGTfP".

gaunt scaffold
#

I'd suggest you to check your endpoint and make sure it's working properly.

sturdy lily
#

That doesn't match my request though. The link you sent me now was when I messed around trying to get it to work. My endpoint is correct so that's not the problem.

#

I sent another request just now, look for a request that's closer to real time.

gaunt scaffold
#

I don't see any other events in your Dashboard. evt_3MxlrZEKarudGTfP07Fn20sE is still the latest event.

sturdy lily
#

Then that's the problem, it doesn't get sent. I don't get any response from the command panel when issuing the stripe trigger command.

#

It should return something like this, right?

#

At least the trigger part.

gaunt scaffold
#

try stripe logout and then stripe login

sturdy lily
#

Still nothing.

gaunt scaffold
#

Do you have more than one Stripe account?

sturdy lily
#

Nope, this is my first and only one.

#

The merchant id matches the one my account has when logging in with the CLI.

gaunt scaffold
sturdy lily
#

I already have the latest version.

gaunt scaffold
#

It looks like your Stripe CLI is not creating fixture for generating the event

#
stripe trigger payment_intent.succeeded
Setting up fixture for: payment_intent
Running fixture for: payment_intent
Trigger succeeded! Check dashboard for event details.
#

I just run the same command and this is the output.

sturdy lily
#

I get the same output if I run it outside the stripe listen. Although that's pointless since I'm trying to get the webhook to be sent to my URL.

gaunt scaffold
sturdy lily
#

Not locally, you can't run stripe listen there, and that is the whole point of the testing.

gaunt scaffold
#

I mean you can use online CLI to trigger the event, and still running the local CLI to listen