Uses of Class
vn.payos.model.webhooks.ConfirmWebhookRequest
Packages that use ConfirmWebhookRequest
-
Uses of ConfirmWebhookRequest in vn.payos.service.async.webhook
Methods in vn.payos.service.async.webhook with parameters of type ConfirmWebhookRequestModifier and TypeMethodDescriptionWebhooksService.confirm(ConfirmWebhookRequest webhookConfirmRequest) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksService.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest) WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) Method parameters in vn.payos.service.async.webhook with type arguments of type ConfirmWebhookRequestModifier and TypeMethodDescriptionWebhooksService.confirm(String webhookUrl, RequestOptions<ConfirmWebhookRequest> options) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksService.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksServiceImpl.confirm(String webhookUrl, RequestOptions<ConfirmWebhookRequest> options) WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) -
Uses of ConfirmWebhookRequest in vn.payos.service.blocking.webhooks
Methods in vn.payos.service.blocking.webhooks with parameters of type ConfirmWebhookRequestModifier and TypeMethodDescriptionWebhooksService.confirm(ConfirmWebhookRequest webhookConfirmRequest) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksService.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest) WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) Method parameters in vn.payos.service.blocking.webhooks with type arguments of type ConfirmWebhookRequestModifier and TypeMethodDescriptionWebhooksService.confirm(String webhookUrl, RequestOptions<ConfirmWebhookRequest> options) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksService.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) Validate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksServiceImpl.confirm(String webhookUrl, RequestOptions<ConfirmWebhookRequest> options) WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options)