WebhookSignature::computeSignature()
Method: Computes the signature for a given payload and secret.
WebhookSignature::computeSignature Read More »
Source Files: includes/lib/stripe-php/lib/WebhookSignature.php
Method: Computes the signature for a given payload and secret.
WebhookSignature::computeSignature Read More »
Class: No description found
Method: Verifies the signature header sent by Stripe. Throws an Exception\SignatureVerificationException exception if the verification fails for any reason.
WebhookSignature::verifyHeader Read More »
Method: Extracts the timestamp in a signature header.
WebhookSignature::getTimestamp Read More »
Method: Extracts the signatures matching a given scheme in a signature header.
WebhookSignature::getSignatures Read More »