Having issues with Paddle Billing webhooks #931
Replies: 2 comments 4 replies
-
The routes are included conditionally: https://github.com/pay-rails/pay/blob/main/config/routes.rb#L7 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey Chris, thanks for the reply – I have Paddle Billing setup in my
Is there somewhere else I have to enable it? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I seem to be having issues with web hooks after successfully creating a subscription using the Paddle.js button example.
In my Rails logs I keep seeing this error, presumably to sync the subscription with my Rails app:
ActionController::RoutingError (No route matches [POST] "/pay/webhooks/paddle_billing"):
I have this setup in my
/initializers/pay.rb
:Inside the Paddle Notifications screen I have setup this destination:
https://mydomain.com/pay/webhooks/paddle_billing
Is there something obvious I'm missing? I've tried going through the documentation to see if I've missed something but can't spot anything obvious.
When I run
rails routes
I see this:Beta Was this translation helpful? Give feedback.
All reactions