Allocating Days to Customer Channels: Best Practices & Guide
This guide will detail the best approaches our partners are using to automate channels for their customers and simplify payment for API access
Why Allocate Days to Channels?
How the Channel Extension Works:
curl --request POST \
--url https://manager.whapi.cloud/channels/{CHANNEL_ID}/extend \
--header 'accept: application/json' \
--header 'authorization: Bearer YOUR_PARTNER_TOKEN_HERE' \
--header 'content-type: application/json' \
--data '{
"days": 10,
"comment": "Auto top-up for channel {CHANNEL_ID}"
}'Recommended Best Practices:
Why Use Balance Allocation?
How to Manage Unused Days:
Last updated