ProjectcreateGiropayTransactionWithGiropayIDRequest Methode |
Girocheckout
Führt eine giropay Transaktion mit gleichzeitiger Altersverifiktation durch
Namensraum:
GiroSolution.GiroCheckout
Assembly:
GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic GiropayTransactionWithGiropayIDRequest createGiropayTransactionWithGiropayIDRequest(
string giropayMerchantId,
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
)
Public Function createGiropayTransactionWithGiropayIDRequest (
giropayMerchantId As String,
merchantTxId As String,
amount As Integer,
currency As String,
purpose As String,
bic As String,
iban As String,
info1Label As String,
info2Label As String,
info3Label As String,
info4Label As String,
info5Label As String,
info1Text As String,
info2Text As String,
info3Text As String,
info4Text As String,
info5Text As String,
urlRedirect As String,
urlNotify As String
) As GiropayTransactionWithGiropayIDRequest
public:
GiropayTransactionWithGiropayIDRequest^ createGiropayTransactionWithGiropayIDRequest(
String^ giropayMerchantId,
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
- 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 Ü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:
GiropayTransactionWithGiropayIDRequestGiropayTransactionWithGiropayIDRequest
Siehe auch