Package | Description |
---|---|
com.girosolution.girocheckout.request |
Modifier and Type | Method and Description |
---|---|
SofortUwTransactionResponse |
SofortUwTransactionRequest.execute()
Initialisiert eine Zahlung per Sofortüberweisung - Beispiel:
SofortUwTransactionRequest request = project
.createSofortUwTransactionRequest(merchantTxId, amount,
currency, purpose, urlRedirect, urlNotify);
SofortUwTransactionResponse response = request.execute();
|