Skip to main content

View balance

GET https://www.digicert.com/services/v2/finance/balance

Use this endpoint to view the current balance of your account.

Example requests and responses

URL query strings

Important

The container_id URL query string is required if your account contains more than one division.

Name

Req/Opt

Type

Description

container_id

optional

int

Filter results to the specified container.

Response parameters

Name

Type

Description

balance

string

Current account balance.

currency

string

Currency code for monetary values in this response.

Possible values: See Glossary - DigiCert currencies

unpaid_invoice_balance

string

Amount owed for unpaid invoices.

negative_balance_limit

string

Amount the account balance can go into the negative. Not returned if unlimited_negative_balance is true.

total_available_funds

string

Total funds available for future purchases charged to the account balance. Calculated as balance + negative_balance_limit - unpaid_invoice_balance - used_credit_from_other_containers. Not returned if unlimited_negative_balance is true.

used_credit_from_other_containers

string

Total amount owed by other divisions in the account, for accounts with separate division funds enabled.

unlimited_negative_balance

boolean

If true, the account has no negative balance limit. Not returned if false.