public interface PaymentPageRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
PaymentPageResponse |
execute()
Initialisiert eine Zahlung per Payment Page - Beispiel:
PaymentPageRequest request = project
.createPaymentPageRequest(merchantTxId, amount,
currency, purpose, description, type, locale, paymethods,
pkn, successUrl, backUrl, failUrl, notifyUrl);
PaymentPageResponse response = request.execute();
|
PaymentPageResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
PaymentPageRequest request = project
.createPaymentPageRequest(merchantTxId, amount,
currency, purpose, description, type, locale, paymethods,
pkn, successUrl, backUrl, failUrl, notifyUrl);
PaymentPageResponse response = request.execute();