Omnipay\PayPal\Message\RestAuthorizeRequest::getEndpoint PHP Метод

getEndpoint() защищенный Метод

Authorization of payments is done using the /payment resource.
protected getEndpoint ( ) : string
Результат string
    protected function getEndpoint()
    {
        return parent::getEndpoint() . '/payments/payment';
    }