GiropayTransactionWithGiropayIDResponse |
GiropayTransactionWithGiropayIDRequest.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();
|