#Diego - test webhooks

1 messages · Page 1 of 1 (latest)

foggy pasture
stoic holly
#

Thank you but I can't run Stripe CLI

#

I already try that.

foggy pasture
#

What is the issue?

stoic holly
#

I already registered my webhook in the Stripe panel but I can't find a way to launch a test request to my webhook.

foggy pasture
stoic holly
#

Thankyou again but I can't run Stripe CLI on my server.

#

I just want to know how Stripe sends a message to my webhook when a customer pays at OXXO. Nothing else.

foggy pasture
stoic holly
#

Is this what my integration has to send to Stripe or is this what Stripe sends to my integration, how can I test it?

foggy pasture
#

It's the event Stripe sends to your endpoint

#

And to test, just create a payment in test mode and it will send to your testmode webhook endpoint you configured

stoic holly
#

Ok.

#

In the dashboard, I have to indicate the customer's payment method. It only supports US bank account and credit card. Neither of the two is the one I need, which is cash payment at an OXXO point of sale.

foggy pasture
#

You won't be able to do this solely from the dashboard. You'll need to run through your payment flow in testmode

stoic holly
#

I don't have a payment flow, I just set up a webhook. It's all I have.

#

Thanks for you help.

#

your*

foggy pasture
#

Gotcha. I recommend you get an integration up and running first

#

Webhooks should be the last piece