Stripe\Stripe::setAccountId PHP Method

setAccountId() public static method

public static setAccountId ( string $accountId )
$accountId string The Stripe account ID to set for connected account requests.
    public static function setAccountId($accountId)
    {
        self::$accountId = $accountId;
    }