Extend the webhook framework
Learn how to extend the webhook framework.
Extending the webhook
global class DRB2B_RefundPendingWebhook extends
digitalriverv3.DRB2B_WebhookHandler {
global override void processWebhookEvent(RestResponse response,
String webhookEventPayload) {
// Custom Implementation
}
}DRB2B_RefundPendingWebhook
Configuring the Apex class
DRB2B_RefundCompleteWebhook
Last updated


