Get Payments by Wix dashboard link

<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 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.

get/api/apps/{app_id}/payments/payments-by-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 open_assistant.

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

open_assistantboolean

Whether to open the payment methods assistant, when redirect_url isn't set. Defaults to false.

Whether to open the payment methods assistant, when redirect_url isn't set. 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 1 of the 14 revisions of this API.1