Billing Account
Overview
The billing account feature in Voipbin empowers customers with better control over their account balance, enhancing the user experience and ensuring smooth communication. By programmatically verifying their account balance before initiating calls, customers can effectively manage their funds and ensure successful call completions.
Balance add
It’s important to note that the balance add feature is exclusive to users with admin permissions. Regular users do not have the capability to add balance to their accounts programmatically. This safeguard ensures that the account balance remains secure and under the control of authorized personnel, reducing the risk of unauthorized access and potential misuse.
Rate
Currently, Voipbin operates on a fixed-rate system, offering transparent and predictable pricing for various services. The table below outlines the costs associated with different services:
type |
cost(USD) |
---|---|
Number buying |
$5 |
Calling per second |
$0.020 |
SMS per message |
$0.008 |
Please note that these rates are subject to change and are applicable to the current pricing structure. Voipbin strives to provide competitive rates while delivering high-quality services to its customers.
With the billing account feature and clear rate structure, customers can make informed decisions about their communication expenses, effectively managing their accounts and optimizing their communication needs.
Struct
Billing account
{
"id": "62918cd8-0cd7-11ee-8571-b738bed3a5c4",
"customer_id": "5e4a0680-804e-11ec-8477-2fea5968d85b",
"name": "",
"detail": "",
"balance": 69.77263,
"payment_type": "",
"payment_method": "",
"tm_create": "2013-06-17 00:00:00.000000",
"tm_update": "2023-06-30 19:18:08.466742",
"tm_delete": "9999-01-01 00:00:00.000000"
}
id: Billing account’s id.
customer_id: Customer’s id.
name: Billing account’s name.
detail: Billing account’s detail.
balance: Left balance. USD.
payment_type: payment type. Reserved.
payment_method: payment method. Reserved.