Class ApplePayTransactionRequest

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll

Initialisierung einer ApplePay Zahlung - Anfrage. 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 ApplePayTransactionRequest : GiroCheckoutRequest
Inheritance
ApplePayTransactionRequest
Inherited Members

Constructors

ApplePayTransactionRequest(Project, string, int, string, string, string, string, string, string, string, string, string, string)

public ApplePayTransactionRequest(Project project, string merchantTxId, int amount, string currency, string purpose, string type, string urlRedirect, string urlNotify, string billingAddress, string shippingAddress, string customerInfo, string basket, string kassenzeichen)

Parameters

project Project
merchantTxId string
amount int
currency string
purpose string
type string
urlRedirect string
urlNotify string
billingAddress string
shippingAddress string
customerInfo string
basket string
kassenzeichen string

Fields

AMOUNT_REQ

protected const string AMOUNT_REQ = "amount"

Field Value

string

AUTH_TYPE

protected const string AUTH_TYPE = "AUTH"

Field Value

string

BASKET_REQ

protected const string BASKET_REQ = "basket"

Field Value

string

BILLINGADDRESS_REQ

protected const string BILLINGADDRESS_REQ = "billingAddress"

Field Value

string

CURRENCY_REQ

protected const string CURRENCY_REQ = "currency"

Field Value

string

CUSTOMERINFO_REQ

protected const string CUSTOMERINFO_REQ = "customerInfo"

Field Value

string

KASSENZEICHEN_REQ

protected const string KASSENZEICHEN_REQ = "kassenzeichen"

Field Value

string

MERCHANT_TX_ID_REQ

protected const string MERCHANT_TX_ID_REQ = "merchantTxId"

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

protected const string SALE_TYPE = "SALE"

Field Value

string

SHIPPINGADDRESS_REQ

protected const string SHIPPINGADDRESS_REQ = "shippingAddress"

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

basket

protected string basket

Field Value

string

billingAddress

protected string billingAddress

Field Value

string

currency

protected string currency

Field Value

string

customerInfo

protected string customerInfo

Field Value

string

kassenzeichen

protected string kassenzeichen

Field Value

string

merchantTxId

protected string merchantTxId

Field Value

string

purpose

protected string purpose

Field Value

string

shippingAddress

protected string shippingAddress

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()

Shop initiiert ApplePay Transaktion (Initialisierung).

public ApplePayTransactionResponse execute()

Returns

ApplePayTransactionResponse

ApplePayTransactionResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string