Skip to main content
GET

Authorizations

Authorization
string
header
required

Query Parameters

business_entity_id
string

Filters activations for a specific business entity.

In Chargebee, a business entity represents a business unit or brand under the merchant's organization. In this SPI, the business_entity_id refers to the corresponding identifier in the e-invoicing provider’s system (for example, a company or tenant ID).

When provided, the adapter must return only the activations that belong to the specified business entity.

country
string

Filters activations by country.

The value must be a two-letter ISO 3166-1 alpha-2 country code (for example, DE, FR, IT).

When provided, the adapter must return only the activations that are applicable for the specified country.

This parameter is typically used during country-level e-invoicing configuration to determine whether a provider supports e-invoicing for a given country and business ent

Required string length: 2
mode
enum<string>

Optional mode for controlling the response type:

  • business_entities: Returns list of Business Entities.
  • activations (default): Returns list of activations.
Available options:
business_entities,
activations

Response

A list of activations

activations
object[]