# List Subscription Balance Entries Retrieve a list of resources to view a timeline of all changes to a subscription's balance by a user. Currently, only credits can modify a subscription's balance. For details on how to query endpoints using the available parameters, see Query Parameters. Endpoint: GET /subscriptions/{subscription_id}/subscription_balance_entries Version: 2022-02-01 Security: BasicAuth ## Header parameters: - `Finix-Version` (string) Specify the API version of your request. For more details, see Versioning. Example: "2022-02-01" ## Path parameters: - `subscription_id` (string, required) The ID of the . ## Query parameters: - `amount` (integer) Filter by an amount equal to the given value. Example: 100 - `amount.gt` (integer) Filter by an amount greater than. Example: 100 - `amount.gte` (integer) Filter by an amount greater than or equal. Example: 100 - `amount.lt` (integer) Filter by an amount less than. Example: 100 - `amount.lte` (integer) Filter by an amount less than or equal. Example: 100 - `created_at.gte` (string) Filter where is after the given date. Example: "2022-09-27T11:21:23" - `created_at.lte` (string) Filter where is before the given date. Example: "2026-09-27T11:21:23" - `updated_at.gte` (string) Filter where is after the given date. Example: "2022-09-27T11:21:23" - `updated_at.lte` (string) Filter where is before the given date. Example: "2026-09-27T11:21:23" - `sort` (string) Specify the key to be used for sorting the collection. Acceptable values are: - updated_at - created_at ## Response 200 fields (application/json): - `page` (object) Details the page that's returned. - `page.limit` (integer) The number of entries to return. - `page.next_cursor` (string,null) The cursor to use for the next page of results. - `_embedded` (object) List of objects. - `_embedded.subscriptions` (array) objects. - `_embedded.subscriptions.id` (string) The ID of the resource. - `_embedded.subscriptions.created_at` (string) Timestamp of when the object was created. - `_embedded.subscriptions.updated_at` (string) Timestamp of when the object was last updated. - `_embedded.subscriptions.amount` (integer) The total amount that will be debited in cents (e.g. 100 cents to debit $1.00). - `_embedded.subscriptions.currency` (string) ISO 4217 3-letter currency code. Currently, the only supported is . Enum: "USD" - `_embedded.subscriptions.description` (string) Describes the circumstances for the subscription credit. - `_embedded.subscriptions.subscription_id` (string) The that was credited. - `_embedded.subscriptions.type` (string) The value of this field will always be . - `_embedded.subscriptions.tags` (object,null) Include up to 50 pairs to annotate requests with custom metadata. - Maximum character length for individual is 40. - Maximum character length for individual is 500. (For example, , , ) - `_links` (object) For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these to make your follow-up requests and quickly access relevant IDs. - `_links.next` (object) Link to the next page of entries. - `_links.next.href` (string) - `_links.self` (object) Link to the resource that was used in the request. ## Response 401 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "UNKNOWN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.self` (object) - `_embedded.errors._links.self.href` (string) - `_embedded.errors._links.source` (object) ## Response 403 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "FORBIDDEN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 404 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 422 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "INVALID_FIELD" - `_embedded.errors.field` (string) - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string)