Property | Type | Description | |
---|---|---|---|
$accountId | @var string|null The account ID for connected accounts requests. | ||
$apiBase | @var string The base URL for the Stripe API. | ||
$apiKey | @var string The Stripe API key to be used for requests. | ||
$apiUploadBase | @var string The base URL for the Stripe API uploads endpoint. | ||
$apiVersion | @var string|null The version of the Stripe API to use for requests. | ||
$appInfo | @var array The application's information (name, version, URL) | ||
$verifySslCerts | @var boolean Defaults to true. |
Method | Description | |
---|---|---|
getAccountId ( ) : string | null | ||
getApiKey ( ) : string | ||
getApiVersion ( ) : string | ||
getAppInfo ( ) : array | null | ||
getVerifySslCerts ( ) : boolean | ||
setAccountId ( string $accountId ) | ||
setApiKey ( string $apiKey ) | Sets the API key to be used for requests. | |
setApiVersion ( string $apiVersion ) | ||
setAppInfo ( string $appName, string $appVersion = null, string $appUrl = null ) | ||
setVerifySslCerts ( boolean $verify ) |
public static getAccountId ( ) : string | null | ||
return | string | null | | null The Stripe account ID for connected account requests. |
public static getApiVersion ( ) : string | ||
return | string | The API version used for requests. null if we're using the latest version. |
public static getAppInfo ( ) : array | null | ||
return | array | null | | null The application's information |
public static getVerifySslCerts ( ) : boolean | ||
return | boolean |
public static setAccountId ( string $accountId ) | ||
$accountId | string | The Stripe account ID to set for connected account requests. |
public static setApiVersion ( string $apiVersion ) | ||
$apiVersion | string | The API version to use for requests. |
public static setVerifySslCerts ( boolean $verify ) | ||
$verify | boolean |
public static $accountId |
public static $apiBase |
public static $apiKey |
public static $apiUploadBase |
public static $apiVersion |
public static $appInfo |