For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateWebhook

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

void CreateWebhook(const FVyCreateWebhookRequest& Params, const FVyOnCreateWebhookComplete& OnComplete) const;

Parameters

Params

Parameters for this operation (FVyCreateWebhookRequest)

OnComplete

FVyOnCreateWebhookComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnCreateWebhookComplete) Contains a FVyWebhookDto response type

Last updated