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 »
Method: No description found
BaseStripeClient::validateConfig Read More »
Class: No description found
Method: Initializes a new instance of the {@link BaseStripeClient} class.
BaseStripeClient::__construct Read More »
Method: Gets the API key used by the client to send requests.
BaseStripeClient::getApiKey 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 »
Method: No description found
BaseStripeClient::apiKeyForRequest Read More »