---
title: "Get Payments by Wix dashboard link"
method: GET
path: "/api/apps/{app_id}/payments/payments-by-wix/dashboard-url"
---

# Get Payments by Wix dashboard link

`GET /api/apps/{app_id}/payments/payments-by-wix/dashboard-url`

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Legacy integration for existing connections only. New installations are not supported.

Returns a one-time link to the app's Payments by Wix dashboard.

This endpoint depends on the app's [Wix site connection](/developers/references/apps-api/sections/payments-wix#the-wix-site-connection) rather than on Payments by Wix being actively connected, so it can still return a working link after Payments by Wix is disconnected.

Requires write access to the app.

## Path parameters

- `app_id` string, required — ID of the Base44 app.

## Query parameters

- `redirect_url` string, nullable — Optional redirect on the same origin as the request. Invalid destinations are ignored. Takes priority over `open_assistant`.
- `open_assistant` boolean — Whether to open the payment methods assistant, when `redirect_url` isn't set. Defaults to `false`.

## Response `200`

Successful Response

- DashboardUrlResponse
  - `redirect_url` string, required — One-time Wix dashboard link. Treat it as a credential and open it in a browser.

## Other responses

- `401` — Missing or invalid credentials.
- `403` — The credential is not permitted or you don't have write access to the app. A missing app also fails the app access check.
- `404` — The app has no connected Wix site, or it is outside the credential's granted workspace.
- `409` — The workspace requires an unlocked SSO session.
- `422` — `open_assistant` isn't a valid boolean.

## Changes

- **2026-09-15** `ca10c5ce328c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/base44/apis/base44-app-management-api/changes/api/apps/:app_id/payments/payments-by-wix/dashboard-url/get.md)

---

[API](https://skmtc.dev/base44/apis/base44-app-management-api.md) · [All operations](https://skmtc.dev/base44/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc.dev/base44/apis/base44-app-management-api/revisions/5e69adeb8667?raw)
