Package | Description |
---|---|
com.girosolution.girocheckout.request |
Modifier and Type | Method and Description |
---|---|
GiropayTransactionResponse |
GiropayTransactionRequest.execute()
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();
|