Verifies a webhook signature.
Oauth 2.0 authentication
A verify webhook signature request.
The algorithm that PayPal uses to generate the signature and that you can use to verify the signature. Extract this value from the PAYPAL-AUTH-ALGO response header, which is received with the webhook notification.
100^[a-zA-Z0-9]+$The X.509 public key certificate. Download the certificate from this URL and use it to verify the signature. Extract this value from the PAYPAL-CERT-URL response header, which is received with the webhook notification.
500The ID of the HTTP transmission. Contained in the PAYPAL-TRANSMISSION-ID header of the notification message.
50^(?!\d+$)\w+\S+The PayPal-generated asymmetric signature. Appears in the PAYPAL-TRANSMISSION-SIG header of the notification message.
500^(?!\d+$)\w+\S+The date and time of the HTTP transmission, in Internet date and time format. Appears in the PAYPAL-TRANSMISSION-TIME header of the notification message.
100The ID of the webhook as configured in your Developer Portal account.
50^[a-zA-Z0-9]+$A webhook event notification.
A successful request returns the HTTP 200 OK status code and a JSON response body that shows the verification status.
The verify webhook signature response.
The status of the signature verification.
SUCCESS, FAILURE