Class DirectDebitTransactionWithPaymentPageRequest
- Namespace
- GiroSolution.GiroCheckout.Request
- Assembly
- GiroCheckout.dll
Initialisierung einer Lastschrifttransaktion mit Formularservice. Durch eine erfolgreiche Initialisierung wird eine Referenznummer erstellt sowie ein Weiterleitungslink (redirect) an den Händler übermittelt. Der übermittelte Link führt zum Bezahlformular. Der Kunde muss an diese URL weitergeleitet werden. Dies kann durch einen HTTP-Redirect-Header, eine HTML-Seite mit entsprechendem Meta-Tag oder Javascript erfolgen.
public class DirectDebitTransactionWithPaymentPageRequest : GiroCheckoutRequest
- Inheritance
-
DirectDebitTransactionWithPaymentPageRequest
- Inherited Members
Constructors
DirectDebitTransactionWithPaymentPageRequest(Project, string, int, string, string, string, string, int?, string, string, string, int?, string, string, string, string)
public DirectDebitTransactionWithPaymentPageRequest(Project project, string merchantTxId, int amount, string currency, string purpose, string type, string locale, int? mobile, string mandateReference, string mandateSignedOn, string mandateReceiverName, int? mandateSequence, string pkn, string urlRedirect, string urlNotify, string kassenzeichen)
Parameters
projectProjectmerchantTxIdstringamountintcurrencystringpurposestringtypestringlocalestringmobileint?mandateReferencestringmandateSignedOnstringmandateReceiverNamestringmandateSequenceint?pknstringurlRedirectstringurlNotifystringkassenzeichenstring
Fields
AMOUNT_REQ
protected const string AMOUNT_REQ = "amount"
Field Value
AUTH_TYPE
Reservierung des Betrags
public const string AUTH_TYPE = "AUTH"
Field Value
CURRENCY_REQ
protected const string CURRENCY_REQ = "currency"
Field Value
KASSENZEICHEN_REQ
protected const string KASSENZEICHEN_REQ = "kassenzeichen"
Field Value
LOCALE_REQ
protected const string LOCALE_REQ = "locale"
Field Value
MANDATE_RECEIVER_NAME_REQ
protected const string MANDATE_RECEIVER_NAME_REQ = "mandateReceiverName"
Field Value
MANDATE_REFERENCE_REQ
protected const string MANDATE_REFERENCE_REQ = "mandateReference"
Field Value
MANDATE_REFERENCE_RES
protected const string MANDATE_REFERENCE_RES = "mandateReference"
Field Value
MANDATE_SEQUENCE_REQ
protected const string MANDATE_SEQUENCE_REQ = "mandateSequence"
Field Value
MANDATE_SIGNED_ON_REQ
protected const string MANDATE_SIGNED_ON_REQ = "mandateSignedOn"
Field Value
MERCHANT_TX_ID_REQ
protected const string MERCHANT_TX_ID_REQ = "merchantTxId"
Field Value
MOBILE_REQ
protected const string MOBILE_REQ = "mobile"
Field Value
PKN_REQ
protected const string PKN_REQ = "pkn"
Field Value
PURPOSE_REQ
protected const string PURPOSE_REQ = "purpose"
Field Value
REDIRECT_RES
protected const string REDIRECT_RES = "redirect"
Field Value
REFERENCE_RES
protected const string REFERENCE_RES = "reference"
Field Value
SALE_TYPE
Verkauf wird sofort gebucht (default)
public const string SALE_TYPE = "SALE"
Field Value
TYPE_REQ
protected const string TYPE_REQ = "type"
Field Value
URL_NOTIFY_REQ
protected const string URL_NOTIFY_REQ = "urlNotify"
Field Value
URL_REDIRECT_REQ
protected const string URL_REDIRECT_REQ = "urlRedirect"
Field Value
amount
protected int amount
Field Value
currency
protected string currency
Field Value
kassenzeichen
protected string kassenzeichen
Field Value
locale
protected string locale
Field Value
mandateReceiverName
protected string mandateReceiverName
Field Value
mandateReference
protected string mandateReference
Field Value
mandateSequence
protected int? mandateSequence
Field Value
- int?
mandateSignedOn
protected string mandateSignedOn
Field Value
merchantTxId
protected string merchantTxId
Field Value
mobile
protected int? mobile
Field Value
- int?
pkn
protected string pkn
Field Value
purpose
protected string purpose
Field Value
type
protected string type
Field Value
urlNotify
protected string urlNotify
Field Value
urlRedirect
protected string urlRedirect
Field Value
Methods
ToString()
public override string ToString()
Returns
addParameters(List<RequestEntry>)
protected override void addParameters(List<GiroCheckoutRequest.RequestEntry> parameters)
Parameters
parametersList<GiroCheckoutRequest.RequestEntry>
execute()
Initialisierung einer Lastschrifttransaktion mit Formularservice.
public DirectDebitTransactionWithPaymentPageResponse execute()
Returns
getRequestUrl()
protected override string getRequestUrl()