# List Balance Entries A reflects a change to an application's due to a or a (i.e., "top-up"). You can use this endpoint to obtain a list of objects. Endpoint: GET /balances/{balance_id}/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: - `balance_id` (string, required) The ID of the . ## Query parameters: - `limit` (integer) The numbers of items to return. Example: 3 - `after_cursor` (string) Return every resource created after the cursor value. - `before_cursor` (string) Return every resource created before the cursor value. ## Response 200 fields (application/json): - `_embedded` (object) List of objects. - `_embedded.balance_entries` (array) objects. - `_embedded.balance_entries.id` (string) The ID of the resource. - `_embedded.balance_entries.created_at` (string) Timestamp of when the object was created. - `_embedded.balance_entries.updated_at` (string) Timestamp of when the object was last updated. - `_embedded.balance_entries.amount` (integer) The total amount that will be debited in cents (e.g. 100 cents to debit $1.00). - `_embedded.balance_entries.created_by` (string) The ID of the application user that created this . - `_embedded.balance_entries.currency` (string) ISO 4217 3 letter currency code. Enum: "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "INR", "IQD", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XOF", "XPD", "XPF", "XPT", "XSU", "XTS", "XUA", "XXX", "YER", "ZAR", "ZMW", "ZWL" - `_embedded.balance_entries.description` (string) A description of the . - `_embedded.balance_entries.entity_id` (string) The ID of the resource that caused the change to the , either a (i.e., "top-up") or a . - `_embedded.balance_entries.entity_type` (string) The resource type that caused the change to the . Enum: "BALANCE_ADJUSTMENT", "TRANSFER" - `_embedded.balance_entries.estimated_posted_date` (string) Timestamp estimating when the will be posted (i.e., the is set to ). - `_embedded.balance_entries.linked_to` (string) The ID of the resource (e.g., an [](#Application)) that the is linked to. - `_embedded.balance_entries.linked_type` (string) Specifies the type of resource identified in . Enum: "APPLICATION" - `_embedded.balance_entries.parent_balance_entry_id` (string) The refers to the ID of the original . This is only applicable for transactions that have been reversed after being posted. For instance, if a transaction with the ID is reversed, the newly created reversal entry will have a that matches the ID of the original transaction, . - `_embedded.balance_entries.posted_at` (string) Timestamp of when the was posted and finalized on the (i.e., state changed to ). - `_embedded.balance_entries.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, , , ) - `_embedded.balance_entries.transaction_date` (string) The date of the transaction. - `_embedded.balance_entries.type` (string) The transaction type that caused a change to the . Enum: "BALANCE_TOP_UP_ACH", "BALANCE_WITHDRAWAL_ACH", "MANUAL_BALANCE_ADJUSTMENT_DECREASE", "MANUAL_BALANCE_ADJUSTMENT_INCREASE", "PULL_FROM_ACH", "PULL_FROM_CARD", "PUSH_TO_ACH", "PUSH_TO_CARD", "PULL_FROM_SAME_DAY_ACH", "PUSH_TO_SAME_DAY_ACH" - `_embedded.balance_entries.wire_details` (object) Wire transfer details, if applicable. - `_embedded.balance_entries.wire_details.external_reference_number` (string) External reference number for the wire transfer. - `_embedded.balance_entries.wire_details._links` (object) An object containing link(s) relevant to the request. You can store these links for follow-up requests. - `_embedded.balance_entries.wire_details._links.self` (object) - `_embedded.balance_entries.wire_details._links.self.href` (string) The path to the resource. - `_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. - `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. ## 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)