Disconnect Wix Payments

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

Disconnects the payment integration and removes its stored provider credentials.

Wix Payments and Payments by Wix share one set of live checkout credentials. Disconnecting repoints those credentials to the other integration if it's still connected, or clears them if not, so the deployed checkout can no longer create new charges. This takes effect immediately, without a separate deploy.

This does not delete the Wix account, and preserves the Wix site connection, so dashboard access keeps working. An in-progress checkout can still complete.

Requires write access to the app.

delete/api/apps/{app_id}/payments/wix

Path parameters

app_idstring required

ID of the Base44 app.

ID of the Base44 app.

Response

The integration was disconnected.

successboolean required

Whether the disconnect completed.

Example response

{
  "success": true
}

Changes