Interface GiropayTransactionRequest

All Superinterfaces:
GiroCheckoutRequest

public interface GiropayTransactionRequest extends GiroCheckoutRequest
Initialisierung einer giropay Zahlung ohne Altersverifikation (abhängig von der projectId). Durch eine erfolgreiche Initialisierung wird eine Referenznummer erstellt sowie ein Weiterleitunsglink (redirect) an den Händler übermittelt. Der übermittelte Link führt zum Onlinebanking des Käufers. Er muss an diese URL weitergeleitet werden. Dies kann durch einen HTTP-Redirect-Header, eine HTML-Seite mit entsprechendem Meta-Tag oder Javascript erfolgen.
  • Method Summary

    Modifier and Type
    Method
    Description
    Initialisiert eine giropay Zahlung Beispiel:
    GiropayTransactionRequest request = project .createGiropayTransactionRequest(giropayMerchantId, merchantTxId, amount, currency, purpose, shoppingCartType, shippingAddresseFirstName, shippingAddresseLastName, shippingCompany, shippingAdditionalAddressInformation, shippingStreet, shippingStreetNumber, shippingZipCode, shippingCity, shippingCountry, shippingEmail, merchantReconciliationReferenceNumber, cart, deliveryType, urlRedirect, urlNotify);
    GiropayTransactionResponse response = request.execute();
  • Method Details

    • execute

      Initialisiert eine giropay Zahlung Beispiel:
      GiropayTransactionRequest request = project .createGiropayTransactionRequest(giropayMerchantId, merchantTxId, amount, currency, purpose, shoppingCartType, shippingAddresseFirstName, shippingAddresseLastName, shippingCompany, shippingAdditionalAddressInformation, shippingStreet, shippingStreetNumber, shippingZipCode, shippingCity, shippingCountry, shippingEmail, merchantReconciliationReferenceNumber, cart, deliveryType, urlRedirect, urlNotify);
      GiropayTransactionResponse response = request.execute();
      Returns:
      GiropayTransactionResponse
      Throws:
      GiroCheckoutException
      GiroCheckoutProtocolException