ProjectcreateGiropayIDCheckRequest Methode |
Girocheckout
Führt eine giropay-Altersverifikation durch.
Namensraum: GiroSolution.GiroCheckoutAssembly: GiroCheckout (in GiroCheckout.dll) Version: 1.2.0.0 (1.2.0.0)
Syntaxpublic GiropayIDCheckRequest createGiropayIDCheckRequest(
string merchantTxId,
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 createGiropayIDCheckRequest (
merchantTxId 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 GiropayIDCheckRequest
public:
GiropayIDCheckRequest^ createGiropayIDCheckRequest(
String^ merchantTxId,
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 - 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 Transaktion geschickt werden soll - urlNotify
- Typ: SystemString
URL, an die das Transaktionsergebnis gemeldet werden soll
Rückgabewert
Typ:
GiropayIDCheckRequestGiropayIDCheckRequest
Siehe auch