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