public interface GiropayBankstatusRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
GiropayBankstatusResponse |
execute()
Führt die Anfrage durch, ob eine Bank am giropay Bezahlverfahren oder
einer giropay-ID Abfrage teilnimmt.
|
GiropayBankstatusResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
GiropayBankstatusRequest request = project
.createGiropayBankstatusRequest(bic);
GiropayBankstatusResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException