Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Stripe/lib/Service/Terminal/ConnectionTokenService.php
Строк: 48
<?php

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);
    }
}
Онлайн: 3
Реклама