ProjectcreateMaestroTransactionRequest Methode |
Girocheckout
Initialisierung einer Maestro-Zahlung
Namensraum: GiroSolution.GiroCheckoutAssembly: GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic MaestroTransactionRequest createMaestroTransactionRequest(
string merchantTxId,
int amount,
string currency,
string purpose,
string type,
string locale,
int mobile,
string urlRedirect,
string urlNotify
)
Public Function createMaestroTransactionRequest (
merchantTxId As String,
amount As Integer,
currency As String,
purpose As String,
type As String,
locale As String,
mobile As Integer,
urlRedirect As String,
urlNotify As String
) As MaestroTransactionRequest
public:
MaestroTransactionRequest^ createMaestroTransactionRequest(
String^ merchantTxId,
int amount,
String^ currency,
String^ purpose,
String^ type,
String^ locale,
int mobile,
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 Kreditkartenzahlung - type
- Typ: SystemString
Transaktionsart - locale
- Typ: SystemString
Sprache des Kreditkartenformulars, z.B. de = deutsch - mobile
- Typ: SystemInt32
Soll die Bezahlseite für mobile Browser optimiert werden - 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:
MaestroTransactionRequestMaestroTransactionRequest
Siehe auch