ProjectcreateEpsTransactionRequest Methode |
Girocheckout
Initialisiert eine eps Transaktion
Namensraum: GiroSolution.GiroCheckoutAssembly: GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic EpsTransactionRequest createEpsTransactionRequest(
string merchantTxId,
int amount,
string currency,
string purpose,
string bic,
string urlRedirect,
string urlNotify
)
Public Function createEpsTransactionRequest (
merchantTxId As String,
amount As Integer,
currency As String,
purpose As String,
bic As String,
urlRedirect As String,
urlNotify As String
) As EpsTransactionRequest
public:
EpsTransactionRequest^ createEpsTransactionRequest(
String^ merchantTxId,
int amount,
String^ currency,
String^ purpose,
String^ bic,
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 eps Überweisung - bic
- Typ: SystemString
BIC der Käuferbank (8 oder 11-stellig) - 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:
EpsTransactionRequestEpsTransactionRequest
Siehe auch