public interface GiropayTransactionWithGiropayIDRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
GiropayTransactionWithGiropayIDResponse |
execute()
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();
|
GiropayTransactionWithGiropayIDResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
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();
GiroCheckoutException
GiroCheckoutProtocolException