Uses of Interface
com.girosolution.girocheckout.response.GiropayIDCheckResponse
Packages that use GiropayIDCheckResponse
-
Uses of GiropayIDCheckResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayIDCheckResponseModifier and TypeMethodDescriptionGiropayIDCheckRequest.execute()
Initialisierung einer giropay Altersverifikation mit oder ohne giropay Zahlung
Beispiel Altersverifikation:
GiropayIDCheckRequest request = project.createGiropayIDCheckRequest( merchantTxId, bic, iban, info1Label, info2Label, info3Label, info4Label, info5Label, info1Text, info2Text, info3Text, info4Text, info5Text, urlRedirect, urlNotify);
GiropayIDCheckResponse response = request.execute();