public interface IdealPaymentRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
IdealPaymentResponse |
execute()
Initialisiert eine IDEAL Zahlung.
|
IdealPaymentResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
IdealPaymentRequest request = project.createIdealPaymentRequest(
merchantTxId, amount, currency, purpose, issuer, urlRedirect,
urlNotify);
IdealPaymentResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException