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