ChargebeeAPI

List business entity transfers

Try in API Explorer

Returns a list of business_entity_transfer resources meeting all the conditions specified in the filter parameters below. By default, this list is sorted by created_at in descending order (latest first).

Tip

To retrieve a history of all the business entity transfers for a resource, pass the filter parameters active_resource_id[is] and resource_type[].

URL Format

GET https://[site].chargebee.com/api/v2/business_entities/transfers

Filter Params

For operator usages, see the Pagination and Filtering section.
resource_type[<operator>]

Filter business_entity_transfer resources based on resource_type.

Tip Use this filter along with active_resource_id[is] to retrieve the history of all the business entity transfers for a resource.

Supported operators: is
resource_id[<operator>]

Filter business_entity_transfer resources based on resource_id .

Supported operators: is
active_resource_id[<operator>]

Filter business_entity_transfer resources based on active_resource_id.

Tip Use this filter along with resource_type[] to retrieve the history of all the business entity transfers for a resource.

Supported operators: is
created_at[<operator>]

optional, timestamp(UTC) in seconds filter

To filter based on Created At. Supported operators : after, before, on, between

Example → created_at[on] = "1702022464"

Supported operators: after, before, on, between

Returns

next_offsetoptional, string, max chars=1000

This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.

business_entity_transferBusiness entity transfer object

Resource object representing business_entity_transfer .