public interface CreditCardTransactionRequest extends GiroCheckoutRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
BEZAHLSEITE_FUER_MOBILE_BROWSER_OPTIMIERT_JA
Bezahlseite ist für mobile Endgeräte optimiert
|
static java.lang.Integer |
BEZAHLSEITE_FUER_MOBILE_BROWSER_OPTIMIERT_NEIN
Bezahlseite ist nicht für mobile Endgeräte optimiert
|
static java.lang.Integer |
WIEDERKEHRENDE_ZAHLUNG_JA
Wiederkehrende Zahlung
|
static java.lang.Integer |
WIEDERKEHRENDE_ZAHLUNG_NEIN
Keine wiederkehrende Zahlung
|
Modifier and Type | Method and Description |
---|---|
CreditCardTransactionResponse |
execute()
Initialisierung einer Kreditkartenzahlung.
|
static final java.lang.Integer BEZAHLSEITE_FUER_MOBILE_BROWSER_OPTIMIERT_NEIN
static final java.lang.Integer BEZAHLSEITE_FUER_MOBILE_BROWSER_OPTIMIERT_JA
static final java.lang.Integer WIEDERKEHRENDE_ZAHLUNG_NEIN
static final java.lang.Integer WIEDERKEHRENDE_ZAHLUNG_JA
CreditCardTransactionResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
CreditCardTransactionRequest request = project
.createCreditCardTransactionRequest(merchantTxId, amount,
currency, purpose, locale, mobile, pkn, recurring,
urlRedirect, urlNotify);
CreditCardTransactionResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException