Product Setup
/Payment Webhook
Payment Webhook Setup
Customers can cancel or update subscriptions on the payment provider website. For that reason, you want to add a webhook to the License Bridge to synchronize the license subscriptions.
Add a webhook to the Stripe
On the Stripe Dashboard, go to the Developers -> Webhooks page. Click on the Add endpoint button to open the create webhook page.
-
For Endpoint URL, enter value
https://app.licensebridge.com/webhook/stripe
-
Select Events:
- customer.subscription.updated
- customer.subscription.deleted
- charge.refunded
-
Click on the Add endpoint button to create a webhook.
Add a webhook to the PayPal
To create a webhook on PayPal, visit Developers Dashboard, and under REST API apps, select your application.
Under the WEBHOOKS click on the Add Webhook button.
- For Webhook URL enter value
https://app.licensebridge.com/webhook/paypal
- For Event types, select:
- Billing subscription cancelled
- Billing subscription payment failed
- Billing subscription expired
- Billing subscription suspended
- Click Save