CreateWebhook

Description

This endpoint is used to create a webhook, to receive updates of your user's payments (successful/cancelled).

public static VyTask<VyWebhookDto> CreateWebhook(VyUpdateWebhookRequest reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask<VyWebhookDto>

Last updated