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.
Path parameters
ID of the Base44 app.
ID of the Base44 app.
Query parameters
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.
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.
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.
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
Example response
{
"redirect_url": "https://manage.wix.com/example-dashboard-link"
}