#RobJonesWeb

1 messages · Page 1 of 1 (latest)

floral solarBOT
rose rock
#

Hi 👋

What are you testing?

cedar merlin
rose rock
#

Are you using the CLI to forward the event to your listener code?

cedar merlin
#

yes so I am listening on this route

stripe listen --forward-to localhost.test/stripe/payment_intent.succeeded/<SECRET_KEY>

#

just because my webhook route is setup like this - Route::stripeWebhooks('stripe/payment_intent.succeeded/{secret_key}');

rose rock
#

stripe listen --forward-to localhost.test/stripe/payment_intent.succeeded/<SECRET_KEY> <- You should never need to embed you key here. I don't know why you are but we definitely don't recommend it

cedar merlin
#

would you be able to check if the trigger is working on stripes side please

#

I am wondering if stripe is working as intended and its my application that has irregularities

rose rock
#

Stripe is working just fine

#

We process millions of webhook events per minute

cedar merlin
#

ok no worries, thank you for the advice, ill review my application

rose rock
#

Honestly I think your best bet here would be to get a local version of our webhook listener in PHP up and running