Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Billing
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Activate the paid version
    • Purchase a committed volume of services (CVoS)
    • Activate a promo code
    • View usage details
    • Top up your personal account
    • Link another bank card
    • Unlink a card
    • Link a cloud to a billing account
    • Change the payment method
    • Understand your payment invoice
    • View your payment history
    • Change your billing account data
    • Create a new billing account
    • Delete billing account
    • Get expense details by folder
    • View details in Yandex DataLens
    • Enable notifications
    • Enable electronic document management
    • Download reporting documents
  • Concepts
    • All concepts
    • Promo code
    • Billing threshold
    • Billing accounts
      • Overview
      • Statuses
    • Personal account
    • Grant
    • Trial period
    • Committed volume of services (CVoS)
    • Free tier of serverless ecosystem
    • Budget
    • Agreement
    • Glossary
  • Paying for resources
    • General information
    • Payment methods
      • General information
      • For individuals
      • For businesses and individual entrepreneurs
        • Bank account transfers
        • Bank card transfer
    • Billing cycle
      • General information
      • For individuals
      • For businesses and individual entrepreneurs
    • Reporting documents
      • General information
      • Report
      • Payment invoice
      • Invoice
      • Electronic document management
    • Payment currency
  • Access management
  • Pricing policy
  • Questions and answers
    • General questions
    • Questions about an agreement
    • Questions about payment
    • Questions about the billing account
    • Questions about the trial period and paid version
    • Questions about working with non-residents of Russia or Kazakhstan
    • All questions on one page
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • BillingAccountService
      • BudgetService
      • CustomerService
      • ServiceService
      • SkuService
      • OperationService
    • REST
      • Overview
      • BillingAccount
        • Overview
        • bindBillableObject
        • get
        • list
        • listAccessBindings
        • listBillableObjectBindings
        • updateAccessBindings
      • Budget
        • Overview
        • create
        • get
        • list
      • Customer
        • Overview
        • activate
        • invite
        • list
        • suspend
      • Service
        • Overview
        • get
        • list
      • Sku
        • Overview
        • get
        • list
  1. API reference
  2. REST
  3. BillingAccount
  4. Overview

BillingAccount

Written by
Yandex Cloud
  • JSON Representation
  • Methods

A set of methods for managing BillingAccount resources.

JSON Representation

{
  "id": "string",
  "name": "string",
  "createdAt": "string",
  "countryCode": "string",
  "currency": "string",
  "active": true,
  "balance": "string"
}
Field Description
id string

ID of the billing account.

name string

Name of the billing account.

createdAt string (date-time)

Creation timestamp.

String in RFC3339 text format.

countryCode string

ISO 3166-1 alpha-2 country code of the billing account.

currency string

Currency of the billing account. Can be one of the following:

  • RUB
  • USD
  • KZT
active boolean (boolean)

Represents whether corresponding billable objects can be used or not.

balance string

Current balance of the billing account.

Methods

Method Description
bindBillableObject Binds billable object to the specified billing account.
get Returns the specified billing account.
list Retrieves the list of billing accounts available for current user.
listAccessBindings Lists access bindings for the specified billing account.
listBillableObjectBindings Retrieves the list of billable object bindings associated with the specified billing account.
updateAccessBindings Updates access bindings for the specified billing account.

Was the article helpful?

Language / Region
© 2022 Yandex.Cloud LLC
In this article:
  • JSON Representation
  • Methods