Webhooks

Learn how to use webhooks.

Digital River uses webhooks to notify your application when events occur.

When an event occurs, Digital River will create an Event object and then send a webhook to your application (endpoint URL) through a POST request containing the event and a timestamp. You can set up multiple webhook endpoints to receive a single event. This allows you to receive real-time updates on the state of your SKUs, orders, fulfillments, returns, and refunds.

The Webhook resource can take specific actions when events occur. For example, you can expect to receive a checkout.created event when a customer begins the checkout process. An order.accepted event signals that the order is ready to fulfill and a fulfillment.created event indicates an invoice is generated.

Webhook endpoints can be better secured by using a signing secret and authenticating via OAuth or basic authorization.

You can send webhooks to your customer that include this tracking information, create a webhook to subscribe to the event, and share a file link with the customer without using a secret key when you receive the webhook.

Last updated