createWebhook

Description

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

public createWebhook(reqParams: VyUpdateWebhookRequest) : VyPromise<VyWebhookDto>

Parameters

reqParams

Request data for the operation

Returns

VyPromise<VyWebhookDto>

Last updated