Get Wix Payments dashboard link

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

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

This endpoint depends on the app's Wix site connection rather than on Wix Payments being actively connected, so it can still return a working link after Wix Payments is disconnected.

Requires write access to the app.

get/api/apps/{app_id}/payments/wix/dashboard-url

Path parameters

app_idstring required

ID of the Base44 app.

ID of the Base44 app.

Query parameters

redirect_urlstring nullable

Optional redirect on the same origin as the request. Invalid destinations are ignored. Takes priority over destination and open_assistant.

Optional redirect on the same origin as the request. Invalid destinations are ignored. Takes priority over destination and open_assistant.

open_assistantboolean

Whether to open the payment methods assistant, when neither redirect_url nor destination=payment_settings applies. Defaults to false.

Whether to open the payment methods assistant, when neither redirect_url nor destination=payment_settings applies. Defaults to false.

destination'dashboard' | 'payment_settings'

Where in the Wix dashboard a link should land.

Which Wix Payments page to open: dashboard or payment_settings. Defaults to dashboard. Takes priority over open_assistant, but redirect_url takes priority over both.

prefetchboolean

Whether to only mint the link, for a caller that may never open it. A prefetching caller confirms an actual open through the commit route. Defaults to false.

Whether to only mint the link, for a caller that may never open it. A prefetching caller confirms an actual open through the commit route. Defaults to false.

Response

Successful Response

redirect_urlstring required

One-time Wix dashboard link. Treat it as a credential and open it in a browser.

Example response

{
  "redirect_url": "https://manage.wix.com/example-dashboard-link"
}

Changes

Changed in 2 of the 14 revisions of this API.2