Sanjana Khan
Sanjana Khan

Reputation: 31

Create webhook url through API in Paddle payment

I want to create a webhook endpoint in my paddle merchant account through API. Is there any way to do that? I could not any documentation about it. I know I can create it manually in the merchant account and I want to create it through an API call. If there is any way then let me know. Thank you.

Upvotes: 0

Views: 304

Answers (1)

Ryan Halliday
Ryan Halliday

Reputation: 23

You cannot with Paddle Classic - all Webhooks must be created through the Paddle Dashboard. You can see instructions for that here: https://developer.paddle.com/classic/webhook-reference/bd1986c817a40-webhook-reference

For the newer Paddle Billing you can create webhooks via the /notification-settings endpoint which you can read about here: https://developer.paddle.com/webhooks/notification-destinations

Upvotes: 0

Related Questions