A B C D E F G H I K L M O P R S T U V W Z 

E

E_MAIL_UNGUELTIG - Static variable in interface com.girosolution.girocheckout.response.ErrorNumbers
E-Mail ungültig
EMPFAENGER_BIC_UNGUELTIG - Static variable in interface com.girosolution.girocheckout.response.ErrorNumbers
Empfänger BIC ungültig
EMPFAENGER_IBAN_UNGUELTIG - Static variable in interface com.girosolution.girocheckout.response.ErrorNumbers
Empfänger IBAN ungültig
EMPFAENGER_NAME_UNGUELTIG - Static variable in interface com.girosolution.girocheckout.response.ErrorNumbers
Empfängername ungültig
EpcCreateRequest - Interface in com.girosolution.girocheckout.request
Die übergebenen Zahldaten werden unter einer GiroCode Referenznummer abgelegt und es kann ein QR Code generiert werden.
EpcCreateResponse - Interface in com.girosolution.girocheckout.response
Antwort für die Erstellung eines GiroCodes.
EpcGetRequest - Interface in com.girosolution.girocheckout.request
Fragt anhand der übergebenen GiroCode Referenznummer die hinterlegten Daten ab.
EpcGetResponse - Interface in com.girosolution.girocheckout.response
Antwort für die Erstellung eines GiroCodes.
EPS_ZAHLUNG_WIRD_NICHT_UNTERSTUETZT - Static variable in interface com.girosolution.girocheckout.response.EpsBankstatusResponse
EPS Zahlung wird nicht unterstützt
EPS_ZAHLUNG_WIRD_UNTERSTUETZT - Static variable in interface com.girosolution.girocheckout.response.EpsBankstatusResponse
EPS Zahlung wird unterstützt
EpsBankstatusRequest - Interface in com.girosolution.girocheckout.request
Es wird geprüft ob eine Bank am eps Bezahlverfahren teilnimmt.
EpsBankstatusResponse - Interface in com.girosolution.girocheckout.response
Enthält die Information ob für die angefragte Bank eine eps Transaktion möglich ist.
EpsIssuerListRequest - Interface in com.girosolution.girocheckout.request
Gibt eine Liste aller eps Banken zurück.
EpsIssuerListResponse - Interface in com.girosolution.girocheckout.response
Enthält eine Liste aller eps Banken
EpsTransactionRequest - Interface in com.girosolution.girocheckout.request
Initialisiert eine eps Zahlung.
EpsTransactionResponse - Interface in com.girosolution.girocheckout.response
Antwort für die Initialisierung einer eps Transaktion.
ErrorNumbers - Interface in com.girosolution.girocheckout.response
Definition der Fehlernummern
execute() - Method in interface com.girosolution.girocheckout.request.CreditCardGetPKNRequest
Abfrage von Informationen zu einer Pseudo-Kartennummer

Beispiel:
CreditCardGetPKNRequest request = project.createCreditCardGetPKNRequest(ref); CreditCardGetPKNResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.CreditCardRecurringTransactionRequest
Führt eine wiederkehrende Kreditkartenzahlung durch.
execute() - Method in interface com.girosolution.girocheckout.request.CreditCardTransactionRequest
Initialisierung einer Kreditkartenzahlung.
execute() - Method in interface com.girosolution.girocheckout.request.DirectDebitTransactionRequest
Führt eine Lastschriftzahlung aus bei der die Transaktionsdaten übermittelt werden.
execute() - Method in interface com.girosolution.girocheckout.request.DirectDebitTransactionWithPaymentPageRequest
Initialisierung einer Lastschrifttransaktion mit Formularservice.
execute() - Method in interface com.girosolution.girocheckout.request.EpcCreateRequest
Erstellung des GiroCodes.
execute() - Method in interface com.girosolution.girocheckout.request.EpcGetRequest
Abfrage der hinterlegten Daten anhand der GiroCode Referenznummer.
execute() - Method in interface com.girosolution.girocheckout.request.EpsBankstatusRequest
Führt die Anfrage durch, ob eine Bank am eps Bezahlverfahren teilnimmt.
execute() - Method in interface com.girosolution.girocheckout.request.EpsIssuerListRequest
Abruf der eps Bankenlisten

Beispiel:
EpsIssuerListRequest request = project.createEpsIssuerListRequest(); EpsIssuerListResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.EpsTransactionRequest
Initialisiert eine eps Zahlung.
execute() - Method in interface com.girosolution.girocheckout.request.GiropayBankstatusRequest
Führt die Anfrage durch, ob eine Bank am giropay Bezahlverfahren oder einer giropay-ID Abfrage teilnimmt.
execute() - Method in interface com.girosolution.girocheckout.request.GiropayIDCheckRequest
Initialisierung einer giropay Altersverifikation mit oder ohne giropay Zahlung

Beispiel Altersverifikation:
GiropayIDCheckRequest request = project.createGiropayIDCheckRequest( merchantTxId, bic, iban, info1Label, info2Label, info3Label, info4Label, info5Label, info1Text, info2Text, info3Text, info4Text, info5Text, urlRedirect, urlNotify);
GiropayIDCheckResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.GiropayIssuerListRequest
Abruf der giropay Bankenlisten

Beispiel:
GiropayIssuerListRequest request = project.createGiropayIssuerListRequest(); GiropayIssuerListResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.GiropayTransactionRequest
Initialisiert eine giropay Zahlung Beispiel:
GiropayTransactionRequest request = project .createGiropayTransactionRequest(merchantTxId, amount, currency, purpose, bic, iban, info1Label, info2Label, info3Label, info4Label, info5Label, info1Text, info2Text, info3Text, info4Text, info5Text, urlRedirect, urlNotify);
GiropayTransactionResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.GiropayTransactionWithGiropayIDRequest
Initialisiert eine giropay Zahlung mit Altersverifikation Beispiel:
GiropayTransactionWithGiropayIDRequest request = project .createGiropayTransactionWithGiropayIDRequest(merchantTxId, amount, currency, purpose, bic, iban, info1Label, info2Label, info3Label, info4Label, info5Label, info1Text, info2Text, info3Text, info4Text, info5Text, urlRedirect, urlNotify);
GiropayTransactionWithGiropayIDResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.IdealIssuerListRequest
Abruf der IDEAL Bankenlisten

Beispiel:
IdealIssuerListRequest request = project.createIdealIssuerListRequest(); IdealIssuerListResponse response = request.execute();
execute() - Method in interface com.girosolution.girocheckout.request.IdealPaymentRequest
Initialisiert eine IDEAL Zahlung.
execute() - Method in interface com.girosolution.girocheckout.request.PaypalTransactionRequest
Initialisierung einer Paypal Zahlung.
execute() - Method in interface com.girosolution.girocheckout.request.ToolsGetTransactionRequest
Abruf von Transaktionsinformationen

Beispiel:
ToolsGetTransactionRequest request = project.createToolsGetTransactionRequest(ref); ToolsGetTransactionResponse response = request.execute();
A B C D E F G H I K L M O P R S T U V W Z