BaseStripeClient::getDefaultConfig()
Method: TODO: replace this with a private constant when we drop support for PHP < 5.
BaseStripeClient::getDefaultConfig 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 »
Method: Gets the client ID used by the client in OAuth requests.
BaseStripeClient::getClientId Read More »
Method: Gets the base URL for Stripe’s API.
BaseStripeClient::getApiBase Read More »
Method: Gets the base URL for Stripe’s OAuth API.
BaseStripeClient::getConnectBase 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 »