Uses of Class
vn.payos.model.webhooks.ConfirmWebhookResponse
Packages that use ConfirmWebhookResponse
-
Uses of ConfirmWebhookResponse in vn.payos.service.async.webhook
Methods in vn.payos.service.async.webhook that return types with arguments of type ConfirmWebhookResponseModifier and TypeMethodDescriptionValidate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksService.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) 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) WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options) -
Uses of ConfirmWebhookResponse in vn.payos.service.blocking.webhooks
Methods in vn.payos.service.blocking.webhooks that return ConfirmWebhookResponseModifier and TypeMethodDescriptionValidate and register a webhook URL with payOS. payOS will test the webhook endpoint by sending a validation request to it.WebhooksService.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) 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) WebhooksServiceImpl.confirm(ConfirmWebhookRequest webhookConfirmRequest, RequestOptions<ConfirmWebhookRequest> options)