Method | Description | |
---|---|---|
Parse ( string signature, string payload ) : Braintree.WebhookNotification | ||
Verify ( string challenge ) : string |
Method | Description | |
---|---|---|
WebhookNotificationGateway ( |
Method | Description | |
---|---|---|
PayloadMatches ( string signature, string payload ) : bool | ||
ValidateSignature ( string signature, string payload ) : void |
public Parse ( string signature, string payload ) : Braintree.WebhookNotification | ||
signature | string | |
payload | string | |
return | Braintree.WebhookNotification |
protected WebhookNotificationGateway ( |
||
gateway | ||
return | Braintree.Exceptions |