You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: