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
Fields
BANKCODE_RES
protected const string BANKCODE_RES = "bankcode"
Field Value
BANKNAME_RES
protected const string BANKNAME_RES = "bankname"
Field Value
BIC_REQ
protected const string BIC_REQ = "bic"
Field Value
BIC_RES
protected const string BIC_RES = "bic"
Field Value
GIROPAYID_RES
protected const string GIROPAYID_RES = "giropayid"
Field Value
GIROPAY_RES
protected const string GIROPAY_RES = "giropay"
Field Value
bic
protected string bic
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()
Führt die Anfrage durch, ob eine Bank am giropay Bezahlverfahren oder einer giropay-ID Abfrage teilnimmt.
public GiropayBankstatusResponse execute()
Returns
getRequestUrl()
protected override string getRequestUrl()