Click or drag to resize
ProjectcreateGiropayTransactionRequest Methode
Girocheckout
Führt eine Giropay-Bezahltransaktion durch

Namensraum: GiroSolution.GiroCheckout
Assembly: GiroCheckout (in GiroCheckout.dll) Version: 1.2.0.0 (1.2.0.0)
Syntax
public GiropayTransactionRequest createGiropayTransactionRequest(
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string bic,
	string iban,
	string info1Label,
	string info2Label,
	string info3Label,
	string info4Label,
	string info5Label,
	string info1Text,
	string info2Text,
	string info3Text,
	string info4Text,
	string info5Text,
	string urlRedirect,
	string urlNotify
)

Parameter

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 Überweisung
bic
Typ: SystemString
BIC der Käuferbank (8 oder 11-stellig)
iban
Typ: SystemString
IBAN der Kundenbankverbindung ohne Leerzeichen
info1Label
Typ: SystemString
Bezeichnung 1 / zusätzliche Information für die giropay Überweisungsseiten
info2Label
Typ: SystemString
Bezeichnung 2 / zusätzliche Information für die giropay Überweisungsseiten
info3Label
Typ: SystemString
Bezeichnung 3 / zusätzliche Information für die giropay Überweisungsseiten
info4Label
Typ: SystemString
Bezeichnung 4 / zusätzliche Information für die giropay Überweisungsseiten
info5Label
Typ: SystemString
Bezeichnung 5 / zusätzliche Information für die giropay Überweisungsseiten
info1Text
Typ: SystemString
Text 1 / zusätzliche Information für die giropay Überweisungsseiten
info2Text
Typ: SystemString
Text 2 / zusätzliche Information für die giropay Überweisungsseiten
info3Text
Typ: SystemString
Text 3 / zusätzliche Information für die giropay Überweisungsseiten
info4Text
Typ: SystemString
Text 4 / zusätzliche Information für die giropay Überweisungsseiten
info5Text
Typ: SystemString
Text 5 / zusätzliche Information für die giropay Überweisungsseiten
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

Rückgabewert

Typ: GiropayTransactionRequest
GiropayTransactionRequest
Siehe auch