PHP Класс YandexMoney\ExternalPayment

Наследование: extends BaseAPI
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $instance_id )
getInstanceId ( string $client_id ) : response Registers an instance of an application
process ( array[] $payment_options ) : response Requests an external payment.
request ( array[] $payment_options ) : response Requests an external payment.

Описание методов

__construct() публичный Метод

public __construct ( $instance_id )

getInstanceId() публичный статический Метод

Registers an instance of an application
См. также: http://api.yandex.com/money/doc/dg/reference/instance-id.xml
См. также: https://tech.yandex.ru/money/doc/dg/reference/instance-id-docpage/
public static getInstanceId ( string $client_id ) : response
$client_id string The client_id that was assigned to the application.
Результат response object

process() публичный Метод

Requests an external payment.
См. также: http://api.yandex.com/money/doc/dg/reference/request-external-payment.xml
См. также: https://tech.yandex.ru/money/doc/dg/reference/request-external-payment-docpage/
public process ( array[] $payment_options ) : response
$payment_options array[] Key-value parameters collection
Результат response object

request() публичный Метод

Requests an external payment.
См. также: http://api.yandex.com/money/doc/dg/reference/request-external-payment.xml
См. также: https://tech.yandex.ru/money/doc/dg/reference/request-external-payment-docpage/
public request ( array[] $payment_options ) : response
$payment_options array[] Key-value parameters collection
Результат response object