Changing channel mode

Changing Channel Modes: Trial, Sandbox, Live

In our service, a channel can operate in one of three modes: Trial, Sandbox, and Live.

Trial and Sandbox Modes Both Trial and Sandbox modes come with identical limits: 150 messages per day, 5 chats per month, and 1,000 API requests per month. New partner channels are initially created in Trial mode, offering 5 days of free access to our gateway. This period is cost-free for partners, eliminating financial risks and thereby increasing the likelihood of their users purchasing the service.

Transitioning from Trial to Live To convert a channel from Trial to Live mode, a specific API call is required. This transition is an essential step in activating the full capabilities of the channel for your client, removing the initial limitations.

Don't forget to put the channel in LIVE mode
curl --request PATCH \
     --url https://manager.whapi.cloud/channels/MANTIS-PF298/mode \
     --header 'accept: application/json' \
     --header 'authorization: Bearer eyJhbGciOiJS.......Eg' \
     --header 'content-type: application/json' \
     --data '{"mode":"live"}'

Last updated

Was this helpful?