WebhookSignature::computeSignature()
Method: Computes the signature for a given payload and secret.
WebhookSignature::computeSignature Read More »
Method: Computes the signature for a given payload and secret.
WebhookSignature::computeSignature Read More »
Class: Account Links are the means by which a Connect platform grants a connected account permission to access Stripe-hosted applications, such as Connect Onboarding.
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: 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.