#Diego - test webhooks
1 messages · Page 1 of 1 (latest)
Hi there. Take a look at: https://stripe.com/docs/webhooks/test
What is the issue?
I already registered my webhook in the Stripe panel but I can't find a way to launch a test request to my webhook.
You can use stripe trigger: https://stripe.com/docs/cli/trigger
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.
You would get a payment_intent.succeeded event sent: https://stripe.com/docs/api/events/types#event_types-payment_intent.succeeded
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is this what my integration has to send to Stripe or is this what Stripe sends to my integration, how can I test it?
That is what you asked for here
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
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.
Take a look at this guide: https://stripe.com/docs/payments/oxxo/accept-a-payment
You won't be able to do this solely from the dashboard. You'll need to run through your payment flow in testmode