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

// File generated from our OpenAPI spec

namespace StripeService;

class 
AccountLinkService extends StripeServiceAbstractService
{
    
/**
     * Creates an AccountLink object that includes a single-use Stripe URL that the
     * platform can redirect their user to in order to take them through the Connect
     * Onboarding flow.
     *
     * @param null|array $params
     * @param null|array|StripeUtilRequestOptions $opts
     *
     * @throws StripeExceptionApiErrorException if the request fails
     *
     * @return StripeAccountLink
     */
    
public function create($params null$opts null)
    {
        return 
$this->request('post''/v1/account_links'$params$opts);
    }
}
Онлайн: 1
Реклама