WASync · Developers
Changelog

14 September 2026

Create and revoke API keys from inside Bitrix24, and a checkout that repairs a stale Stripe customer on its own.

API keys from inside Bitrix24

New feature. Settings → API & Agents now has an API keys card. An admin names the integration and gets the full key shown once, with Copy, plus the portal's existing keys — prefix, created, last used, revoked — and can revoke any of them with a confirmation. Below the list: the API base URL (https://cloudapi.wasync.app/api/v1), a curl example, a link to these docs and a pointer to the n8n node. Creating a key needs at least one connection with the API add-on active ($12 per number per month); without one, the button is disabled with the reason and the server answers 403 addon_required. Keys made this way carry the standard scopes whatsapp.read whatsapp.send. The developer console still exists for IP allowlists, webhooks, and several portals under one account — the card links to it.

Checkout self-heals a stale Stripe customer

Fix. A customer id that no longer exists in Stripe live mode is now replaced automatically instead of failing the checkout.

On this page