> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/pay/stripe-dashboard/getdashboardlink.md).

# GetDashboardLink

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<VyStripeDashboardResultDto> GetDashboardLink()
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Returns**

VyTask<[VyStripeDashboardResultDto](/sdk-reference/c-sdk-v3/object-references/pay/vystripedashboardresultdto.md)>
{% endtab %}
{% endtabs %}
