laravel-stripe
laravel-stripe copied to clipboard
problem defining the route
I want to use the stripe connect and this package look great to full fill my requirement. I installed this package but not getting how i can define the route.
can you please guide me how i can define the routes for return url and web hook in laravel considering that i am not using any customization.
Thanks
Hey! Did the docs not help? https://github.com/cloudcreativity/laravel-stripe/blob/develop/docs/webhooks.md
Thanks for your quick reply. yes, i gone through the webhooks.md but i am confused about routes. so i added the webhook url like http://127.0.0.1:8000/stripe/webhooks/connect but once i am testing the webhook from stripe its throwing 4040 error
Another thing on which i am confused is returned url for connect
can you please let me know
- what can be return url and webhook url based on the assoumtion that my ip is http://127.0.0.1:8000
- do i need to write/write our own route and controller to handle web hook data and return url data or its all handled by package.
Forgive me if i am asking stupid question Thanks you