Class VerifyWebhookSignature
Class VerifyWebhookSignature
Verify webhook signature.
- PayPal\Common\PayPalModel
- PayPal\Common\PayPalResourceModel implements PayPal\Rest\IResource
- PayPal\Api\VerifyWebhookSignature
Methods summary
public
|
#
setAuthAlgo( string $auth_algo )
The algorithm that PayPal uses to generate the signature and that you can use to verify the signature. Extract this value from the |
public
string
|
#
getAuthAlgo( )
The algorithm that PayPal uses to generate the signature and that you can use to verify the signature. Extract this value from the |
public
|
#
setCertUrl( string $cert_url )
The X.509 public key certificate. Download the certificate from this URL and use it to verify the signature. Extract this value from the |
public
string
|
#
getCertUrl( )
The X.509 public key certificate. Download the certificate from this URL and use it to verify the signature. Extract this value from the |
public
|
#
setTransmissionId( string $transmission_id )
The ID of the HTTP transmission. Contained in the |
public
string
|
#
getTransmissionId( )
The ID of the HTTP transmission. Contained in the |
public
|
#
setTransmissionSig( string $transmission_sig )
The PayPal-generated asymmetric signature. Extract this value from the |
public
string
|
#
getTransmissionSig( )
The PayPal-generated asymmetric signature. Extract this value from the |
public
|
#
setTransmissionTime( string $transmission_time )
The date and time of the HTTP transmission. Contained in the |
public
string
|
#
getTransmissionTime( )
The date and time of the HTTP transmission. Contained in the |
public
|
#
setWebhookId( string $webhook_id )
The ID of the webhook as configured in your Developer Portal account. |
public
string
|
|
public
|
#
setWebhookEvent(
The webhook notification, which is the content of the HTTP |
public
|
|
public
|
#
setRequestBody( string $request_body )
The content of the HTTP |
public
string
|
#
getRequestBody( )
The content of the HTTP |
public
|
#
post(
Verifies a webhook signature. |
public
string
|
Methods inherited from PayPal\Common\PayPalResourceModel
addLink()
,
executeCall()
,
getLink()
,
getLinks()
,
removeLink()
,
setLinks()
,
updateAccessToken()
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()