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
OnComplete
FVyOnCreateWebhookComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCreateWebhookComplete) Contains a FVyWebhookDto response type
Last updated