Light APIv1.0.0

API / Reference / Card Balance Accounts

Get card balance account

GET https://api.light.inc/v1/card-balance-accounts/{accountId}

Returns a card balance account by ID, including balance details

Authorization

Send one of these on every request. See Authentication for how to get credentials.

  • API key

    Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

  • Bearer token

Path parameters

  • accountId string · uuidrequired

Response

  • id string · uuid

  • isPrimary boolean

  • companyEntityId string · uuid

  • companyId string · uuid

  • currency string

  • label string

  • status string

    ⚠️ This enum is not exhaustive; new values may be added in the future.

    One of ACTIVE CLOSED

  • balance object

    • available integer · int64

    • settled integer · int64

    • reserved integer · int64

    • currency string

  • createdAt string · date-time

  • updatedAt string · date-time