OAuthErrorObject::refreshFrom()
Method: Refreshes this object using the provided values.
OAuthErrorObject::refreshFrom Read More »
Method: Refreshes this object using the provided values.
OAuthErrorObject::refreshFrom Read More »
Class: Cardholder authentication via 3D Secure is initiated by creating a 3D Secure object. Once the object has been created, you can use it to authenticate the cardholder and create a charge.
Class: To top up your Stripe balance, you create a top-up object. You can retrieve individual top-ups, as well as list all top-ups. Top-ups are identified by a unique, random ID.
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 »
Method: Computes the signature for a given payload and secret.
WebhookSignature::computeSignature Read More »
Method: TODO: replace this with a private constant when we drop support for PHP < 5.
BaseStripeClient::getDefaultConfig Read More »
Class: To charge a credit or a debit card, you create a Charge object. You can retrieve and refund individual charges as well as list all charges. Charges are identified by a unique, random ID.
Method: No description found
BaseStripeClient::validateConfig Read More »
Class: Tokenization is the process Stripe uses to collect sensitive card or bank account details, or personally identifiable information (PII), directly from your customers in a secure manner. A token representing this information is returned to your server to use. You should use our recommended payments integrations to perform this process client-side. This ensures that no sensitive card data touches your server, and allows your integration to operate in a PCI-compliant way.
Method: No description found
ApiResource::getSavedNestedResources Read More »