Authorizations
Oauth 2.0 authentication
Body
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
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.
500
The ID of the HTTP transmission. Contained in the PAYPAL-TRANSMISSION-ID
header of the notification message.
50
The PayPal-generated asymmetric signature. Appears in the PAYPAL-TRANSMISSION-SIG
header of the notification message.
500
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.
100
The ID of the webhook as configured in your Developer Portal account.
50
A webhook event notification.
Response
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