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

GetDashboardLink

This endpoint allows you to fetch a login link for your Stripe dashboard.

void GetDashboardLink(const FVyOnGetDashboardLinkComplete& OnComplete) const;

Parameters

OnComplete

FVyOnGetDashboardLinkComplete

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

OnComplete Callback (FVyOnGetDashboardLinkComplete) Contains a FVyStripeDashboardResultDto response type

Last updated