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.
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 open_assistant.
Optional redirect on the same origin as the request. Invalid destinations are ignored. Takes priority over open_assistant.
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
Example response
{
"redirect_url": "https://manage.wix.com/example-dashboard-link"
}Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○