Charge::capture()
Method: No description found
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 »
Method: Gets the base URL for Stripe’s Files API.
BaseStripeClient::getFilesBase Read More »
Method: Sends a request to Stripe’s API.
BaseStripeClient::request Read More »
Method: Sends a request to Stripe’s API, passing chunks of the streamed response into a user-provided $readBodyChunkCallable callback.
BaseStripeClient::requestStream Read More »
Method: Sends a request to Stripe’s API.
BaseStripeClient::requestCollection Read More »
Method: No description found
BaseStripeClient::apiKeyForRequest Read More »
Class: A PaymentIntent guides you through the process of collecting a payment from your customer. We recommend that you create exactly one PaymentIntent for each order or customer session in your system. You can reference the PaymentIntent later to see the history of payment attempts for a particular session.