Integration Guide
Complete guide to integrate TokenBill into your application
All backend admin APIs require authentication via your TokenBill Key.
Find your key in the console sidebar under Settings → TokenBill Key. Use it in the Authorization: Bearer <key> header.
Standard Integration Flow
Prepare VE template, create VE with SDK integration — universal steps independent of checkout mode.
Step-by-Step Guide
Prepare VE template, create VE with SDK integration — universal steps independent of checkout mode.
Backend Integration APIs
Integrate TokenBill in your backend to create and manage user virtual endpoints
Checkout Mode
Only the checkout top-up step distinguishes between full-hosted and semi-hosted modes.
Budget Exhausted
Your Credit balance is insufficient. Please top up: https://tokenbill.io/ve-status?ve_id=ve_abc123
Checkout
VE: ve_abc123
Merchant builds their own checkout page; TokenBill provides the recharge API.
Note: Semi-hosted checkout is not yet live and is provided for reference only. In this mode, the merchant builds their own checkout page and calls the recharge API after successful payment.