Stripe\Stripe::getAccountId PHP Method

getAccountId() public static method

public static getAccountId ( ) : string | null
return string | null | null The Stripe account ID for connected account requests.
    public static function getAccountId()
    {
        return self::$accountId;
    }