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

project Project
merchantTxId string
amount int
currency string
purpose string
type string
locale string
mobile int?
mandateReference string
mandateSignedOn string
mandateReceiverName string
mandateSequence int?
pkn string
urlRedirect string
urlNotify string
kassenzeichen string

Fields

AMOUNT_REQ

protected const string AMOUNT_REQ = "amount"

Field Value

string

AUTH_TYPE

Reservierung des Betrags

public const string AUTH_TYPE = "AUTH"

Field Value

string

CURRENCY_REQ

protected const string CURRENCY_REQ = "currency"

Field Value

string

KASSENZEICHEN_REQ

protected const string KASSENZEICHEN_REQ = "kassenzeichen"

Field Value

string

LOCALE_REQ

protected const string LOCALE_REQ = "locale"

Field Value

string

MANDATE_RECEIVER_NAME_REQ

protected const string MANDATE_RECEIVER_NAME_REQ = "mandateReceiverName"

Field Value

string

MANDATE_REFERENCE_REQ

protected const string MANDATE_REFERENCE_REQ = "mandateReference"

Field Value

string

MANDATE_REFERENCE_RES

protected const string MANDATE_REFERENCE_RES = "mandateReference"

Field Value

string

MANDATE_SEQUENCE_REQ

protected const string MANDATE_SEQUENCE_REQ = "mandateSequence"

Field Value

string

MANDATE_SIGNED_ON_REQ

protected const string MANDATE_SIGNED_ON_REQ = "mandateSignedOn"

Field Value

string

MERCHANT_TX_ID_REQ

protected const string MERCHANT_TX_ID_REQ = "merchantTxId"

Field Value

string

MOBILE_REQ

protected const string MOBILE_REQ = "mobile"

Field Value

string

PKN_REQ

protected const string PKN_REQ = "pkn"

Field Value

string

PURPOSE_REQ

protected const string PURPOSE_REQ = "purpose"

Field Value

string

REDIRECT_RES

protected const string REDIRECT_RES = "redirect"

Field Value

string

REFERENCE_RES

protected const string REFERENCE_RES = "reference"

Field Value

string

SALE_TYPE

Verkauf wird sofort gebucht (default)

public const string SALE_TYPE = "SALE"

Field Value

string

TYPE_REQ

protected const string TYPE_REQ = "type"

Field Value

string

URL_NOTIFY_REQ

protected const string URL_NOTIFY_REQ = "urlNotify"

Field Value

string

URL_REDIRECT_REQ

protected const string URL_REDIRECT_REQ = "urlRedirect"

Field Value

string

amount

protected int amount

Field Value

int

currency

protected string currency

Field Value

string

kassenzeichen

protected string kassenzeichen

Field Value

string

locale

protected string locale

Field Value

string

mandateReceiverName

protected string mandateReceiverName

Field Value

string

mandateReference

protected string mandateReference

Field Value

string

mandateSequence

protected int? mandateSequence

Field Value

int?

mandateSignedOn

protected string mandateSignedOn

Field Value

string

merchantTxId

protected string merchantTxId

Field Value

string

mobile

protected int? mobile

Field Value

int?

pkn

protected string pkn

Field Value

string

purpose

protected string purpose

Field Value

string

type

protected string type

Field Value

string

urlNotify

protected string urlNotify

Field Value

string

urlRedirect

protected string urlRedirect

Field Value

string

Methods

ToString()

public override string ToString()

Returns

string

addParameters(List<RequestEntry>)

protected override void addParameters(List<GiroCheckoutRequest.RequestEntry> parameters)

Parameters

parameters List<GiroCheckoutRequest.RequestEntry>

execute()

Initialisierung einer Lastschrifttransaktion mit Formularservice.

public DirectDebitTransactionWithPaymentPageResponse execute()

Returns

DirectDebitTransactionWithPaymentPageResponse

DirectDebitTransactionWithPaymentPageResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string