public interface EpsTransactionRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
EpsTransactionResponse |
execute()
Initialisiert eine eps Zahlung.
|
EpsTransactionResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
EpsTransactionRequest request = project.createEpsTransactionRequest(merchantTxId, amount, currency, purpose, bic, urlRedirect, urlNotify);
EpsTransactionResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException