Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../unicodeveloper/../league/../spatie/../vonage/../authorizenet/./../dompdf/.././voku/.././stripe/../laminas/../phpunit/./../stripe/stripe-php/lib/Service/Terminal
الملفات الموجودة في هذا الـ Path:
.
..
ConfigurationService.php
ConnectionTokenService.php
LocationService.php
ReaderService.php
TerminalServiceFactory.php

مشاهدة ملف: ConnectionTokenService.php

<?php

// File generated from our OpenAPI spec

namespace Stripe\Service\Terminal;

class ConnectionTokenService extends \Stripe\Service\AbstractService
{
    /**
     * To connect to a reader the Stripe Terminal SDK needs to retrieve a short-lived
     * connection token from Stripe, proxied through your server. On your backend, add
     * an endpoint that creates and returns a connection token.
     *
     * @param null|array $params
     * @param null|array|\Stripe\Util\RequestOptions $opts
     *
     * @throws \Stripe\Exception\ApiErrorException if the request fails
     *
     * @return \Stripe\Terminal\ConnectionToken
     */
    public function create($params = null, $opts = null)
    {
        return $this->request('post', '/v1/terminal/connection_tokens', $params, $opts);
    }
}