Вход Регистрация
Файл: vendor/stripe/stripe-php/lib/Service/Terminal/ConnectionTokenService.php
Строк: 50
<?php

// File generated from our OpenAPI spec

namespace StripeServiceTerminal;

class 
ConnectionTokenService extends StripeServiceAbstractService
{
    
/**
     * 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|StripeUtilRequestOptions $opts
     *
     * @throws StripeExceptionApiErrorException if the request fails
     *
     * @return StripeTerminalConnectionToken
     */
    
public function create($params null$opts null)
    {
        return 
$this->request('post''/v1/terminal/connection_tokens'$params$opts);
    }
}
Онлайн: 1
Реклама