Method | Description | |
---|---|---|
__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. |
public static getInstanceId ( string $client_id ) : response | ||
$client_id | string | The client_id that was assigned to the application. |
return | response | object |
public process ( array[] $payment_options ) : response | ||
$payment_options | array[] | Key-value parameters collection |
return | response | object |
public request ( array[] $payment_options ) : response | ||
$payment_options | array[] | Key-value parameters collection |
return | response | object |