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
Hey how do i change this routes on my rails app to be able to listen to both url endpoint:
mount StripeEvent::Engine, at: '/my-chosen-path' # provide a custom path
appreciate your help. Thanks@
The text was updated successfully, but these errors were encountered:
Hey lets say i have 2 webhook endpoint url now:
to send platform events: https://50fc-129-126-108-201.ap.ngrok.io/stripe-webhooks/
to send connected account's events: https://50fc-129-126-108-201.ap.ngrok.io/stripe-webhooks/connect
Hey how do i change this routes on my rails app to be able to listen to both url endpoint:
mount StripeEvent::Engine, at: '/my-chosen-path' # provide a custom path
appreciate your help. Thanks@
The text was updated successfully, but these errors were encountered: