Click or drag to resize

ProjectcreateGiropayTransactionRequest Methode

Girocheckout
Führt eine Giropay-Bezahltransaktion durch

Namensraum:  GiroSolution.GiroCheckout
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public GiropayTransactionRequest createGiropayTransactionRequest(
	string giropayMerchantId,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string shoppingCartType,
	string shippingAddresseFirstName,
	string shippingAddresseLastName,
	string shippingCompany,
	string shippingAdditionalAddressInformation,
	string shippingStreet,
	string shippingStreetNumber,
	string shippingZipCode,
	string shippingCity,
	string shippingCountry,
	string shippingEmail,
	string merchantOrderReferenceNumber,
	ShoppingCartItem[] cart,
	string deliveryType,
	string urlRedirect,
	string urlNotify,
	string kassenzeichen
)

Parameter

giropayMerchantId
Typ: SystemString
Giropay merchant ID
merchantTxId
Typ: SystemString
eindeutige Transaktions-ID des Händlers
amount
Typ: SystemInt32
Bei Dezimalwährungen der Betrag in der kleinsten Währungseinheit, z.B. Cent, Penny
currency
Typ: SystemString
Währung der Transaktion, z.B. EUR = Euro
purpose
Typ: SystemString
Verwendungszweck der giropay ÜberweisungVerwendungszweck der giropay ÜberweisungVerwendungszweck der giropay Überweisung
shoppingCartType
Typ: SystemString
Typ des Warenkorbs
shippingAddresseFirstName
Typ: SystemString
Vorname des Addressaten
shippingAddresseLastName
Typ: SystemString
Nachname des Addressaten
shippingCompany
Typ: SystemString
Firmenname
shippingAdditionalAddressInformation
Typ: SystemString
Addresszusatz
shippingStreet
Typ: SystemString
Straße des Addressaten
shippingStreetNumber
Typ: SystemString
Hausnummer des Addressaten
shippingZipCode
Typ: SystemString
PLZ des Addressaten
shippingCity
Typ: SystemString
Ort des Addressaten
shippingCountry
Typ: SystemString
Ländercode (ISO 3166-1)
shippingEmail
Typ: SystemString
Email-Adresse des Käufers. Dies ist Pflicht bei digitalen Warenkörben (DIGITAL), bei allen anderen optional.
merchantOrderReferenceNumber
Typ: SystemString
Zusatzinformation für die Zahlungszuordnung, die im Verwendungszweck angezeigt wird (nur bei type=SALE).
cart
Typ: GiroSolution.GiroCheckout.RequestShoppingCartItem
Alle Elemente des Warenkorbs
deliveryType
Typ: SystemString
Typ des Versands.
urlRedirect
Typ: SystemString
URL, an die der Kunde nach der Zahlung geschickt werden soll
urlNotify
Typ: SystemString
URL, an die der Zahlungsausgang gemeldet werden soll
kassenzeichen
Typ: SystemString
Optional field that allows passing an additional reference/identifier for the transaction.

Rückgabewert

Typ: GiropayTransactionRequest
GiropayTransactionRequest
Siehe auch