The Expense Center API is a collection of core interfaces that support business billing throughout the entire process, designed to provide users with standardized and highly available billing capability integration plans. By calling corresponding APIs, users can quickly implement core billing functions such as account inquiry, payment orders, bill details inquiry, and bill consumption details.
This section introduces the expense center API interface. All are API 3.0 interfaces.
You can call the API to operate the expense center interface, such as accessing account balance, payment order, and getting bill details.
For information on all APIs supported by the expense center, see API overview.
Common terminology for the expense center API interface, see the table below:
| Term | Description |
|---|---|
| Fund Account | The fund account provides services for transactions, handling the inflow and outflow of funds for a series of merchant activities on Tencent Cloud. |
| Income and Expenditure Detail | Income and expenditure detail is called the ledger that relies on the account system to record a series of income and expenditure activities in real time. It reflects the information flow of account activity. |
| Order | The unique identifier for a business transaction, generated by the billing system, used to associate fee calculation, bills, payment, and refund in the billing process. |
| Resource ID | The cloud service provider offers service instances to customers. Each resource has its own lifecycle. |
| Usage Detail | Some pay-as-you-go category products provide more detailed usage data than settlement dimensions to assist users with reconciliation. |
| Billing Statement | A bill generated based on the user's actual fee transaction record and usage details. It reflects the settlement relationship between the user and Tencent Cloud as a credential. |
| Manage Account | If you complete enterprise identity verification and haven't joined or created an organization, you can create one in the organization account management console. The account that creates the organization is selected by default as the manage account. |
| Member Account | The manage account can add new members with enterprise identity verification to the organization. Added members are called member accounts. |
| Cost Management | Cost management refers to a series of features provided by Tencent Cloud for analyzing and managing the cost of migrating to cloud. |
| Allocation | Allocation refers to the process of reasonably amortizing prepaid fees on Tencent Cloud based on accrual basis accounting principles. |
| Savings Plan | Savings Plan is a discount benefit plan that can offset bills for pay-as-you-go instances (excluding spot instances) billed hourly. |
| Budget Management | The budget management feature is designed to meet customer demands for internal management. It helps Tencent Cloud customers set budget, track budget, and analyze budget. |
You can use the API Explorer tool to call APIs online.
This document uses query order then payment order as an example. The steps to make an API call via the API Explorer Tool are as follows:
피드백