Class PayrexxWebhook
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.onlinepayment.impl.resource.PayrexxWebhook
- All Implemented Interfaces:
RestResource
@Path("onlinepayment/payrexx-webhook/{accountUuid}")
public class PayrexxWebhook
extends AbstractRestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionPayrexxWebhook
(QueryBuilderFactory queryBuilderFactory, PersistenceService persistenceService, SecurityManager securityManager, BusinessUnitManager businessUnitManager, PayrexxService payrexxService, OrderBookingService orderBookingService, VoucherService voucherService, org.slf4j.Logger log) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
processWebhook
(String accountUuid, WebhookData data) Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
PayrexxWebhook
public PayrexxWebhook(QueryBuilderFactory queryBuilderFactory, PersistenceService persistenceService, SecurityManager securityManager, BusinessUnitManager businessUnitManager, PayrexxService payrexxService, OrderBookingService orderBookingService, VoucherService voucherService, org.slf4j.Logger log)
-
-
Method Details
-
processWebhook
@POST @Consumes("application/json") public jakarta.ws.rs.core.Response processWebhook(@PathParam("accountUuid") String accountUuid, WebhookData data)
-