Click or drag to resize

IGoCardlessWebhookNotify Method

Handles GoCardless webhook notifications. Once application event is fired, app is responsible for ensuring that the event wasn't already processed (webhooks could arrive out of order)

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void WebhookNotify(
	string json,
	string signature
)

Parameters

json
Type: SystemString
The notification data.
signature
Type: SystemString
The Webhook-Signautre header value of the notification
See Also