Uses of Interface
com.girosolution.girocheckout.response.GiropayIDCheckResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of GiropayIDCheckResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayIDCheckResponse Modifier and Type Method Description GiropayIDCheckResponse
GiropayIDCheckRequest. 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();