Class GiropayBankstatusRequest

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll

Es wird geprüft ob eine Bank am giropay Bezahlverfahren oder einer giropay-ID Abfrage teilnimmt. Diesbezüglich wird die BIC des Käufer-Girokontos übermittelt. Die Antwort zeigt ob eine giropay Transaktion oder giropay-ID Abfrage möglich ist. Es wid empfohlen vor jeder Initiierung einer giropay Transaktion oder giropay-ID Abfrage den Bankstatus zu prüfen, da dadurch unnötige Verkaufsabbrüche verhindert werden können.

public class GiropayBankstatusRequest : GiroCheckoutRequest
Inheritance
GiropayBankstatusRequest
Inherited Members

Constructors

GiropayBankstatusRequest(Project, string)

public GiropayBankstatusRequest(Project project, string bic)

Parameters

project Project
bic string

Fields

BANKCODE_RES

protected const string BANKCODE_RES = "bankcode"

Field Value

string

BANKNAME_RES

protected const string BANKNAME_RES = "bankname"

Field Value

string

BIC_REQ

protected const string BIC_REQ = "bic"

Field Value

string

BIC_RES

protected const string BIC_RES = "bic"

Field Value

string

GIROPAYID_RES

protected const string GIROPAYID_RES = "giropayid"

Field Value

string

GIROPAY_RES

protected const string GIROPAY_RES = "giropay"

Field Value

string

bic

protected string bic

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

Führt die Anfrage durch, ob eine Bank am giropay Bezahlverfahren oder einer giropay-ID Abfrage teilnimmt.

public GiropayBankstatusResponse execute()

Returns

GiropayBankstatusResponse

GiropayBankstatusResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string