Package | Description |
---|---|
com.girosolution.girocheckout.request |
Modifier and Type | Method and 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();
|