You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -595,6 +595,87 @@ public function initiatePaymentRequest($redirect_uri, $initiate_payment_request,
595
595
);
596
596
}
597
597
598
+
/**
599
+
* Operation initiateDirectTransaction
600
+
*
601
+
* Initiate direct payment intent
602
+
*
603
+
* @param string $redirect_uri URI of the client application endpoint, where the user shall be redirected to after payment process. URI has to be registered in Developer portal (required)
* @return array of \Tatrapayplus\TatrapayplusApiClient\Model\InitiatePaymentResponse|\Tatrapayplus\TatrapayplusApiClient\Model\Model400ErrorBody, HTTP status code, HTTP response headers (array of strings)
607
+
*
608
+
* @throws SanitizedInvalidArgumentException
609
+
* @throws ApiException on non-2xx response or if the response body is not in the expected format
* Create request for operation 'initiateDirectTransactionRequest'
620
+
*
621
+
* @param string $redirect_uri URI of the client application endpoint, where the user shall be redirected to after payment process. URI has to be registered in Developer portal (required)
thrownewSanitizedInvalidArgumentException('Missing the required parameter $initiate_transaction_request when calling initiateDirectTransactionRequest');
0 commit comments