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