Fetch Stripe Dashboard

This guide explains how you can retrieve the login link for your Stripe Dashboard.

Retrieve Stripe Login Link

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

Request Endpoint: reference

GET /stripe-dashboard

Response Body:

The API will provide the login URL as a response. Copy and paste this link into a web browser to gain access to your Stripe dashboard. Here you can get an overview of all the transactions.

{
    "object": "login_link",
    "created": 1692784524,
    "url": "https://connect.stripe.com/express/acct_1oJl3NhYUE4aDw/jy9JOia7aCSaz0"
}