Please enable JavaScript.
Coggle requires JavaScript to display documents.
stripe - Coggle Diagram
stripe
webhooks
a recurring payment succeeds.
a customer disputes a charge
customer’s bank confirms a payment
Usage
Create a webhook endpoint on your server.
Use the Stripe CLI to test that your endpoint works.
Register the endpoint with Stripe to go live.
Key considerations
Return a 2xx status code quickly
Test that your endpoint works
Packages
https://github.com/spatie/laravel-stripe-webhooks
https://www.npmjs.com/package/react-stripe-checkout
Next
Build a webhook endpoint
Test a webhook endpoint
Check the webhook signatures
Best practices for using webhooks
Take webhooks live