> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/circulation-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/circulation-user-manual/14-appendix-b-file-formats/file-mapping-data-elements/account-lockbox.md).

# Account Lockbox

The following data elements can be used with the “AccountLockbox” usage.&#x20;

<table><thead><tr><th width="247.60869565217396">Data Element</th><th width="464.4285714285714">Description</th></tr></thead><tbody><tr><td>Account Holder Name</td><td>The name on bank or credit card account.</td></tr><tr><td>Account ID</td><td>The ID of the account.</td></tr><tr><td>Authorization Number</td><td>Authorization number for authorized credit card transactions.</td></tr><tr><td>Balance Due</td><td>The balance due.</td></tr><tr><td>Batch Payment Total</td><td>Total of all payments in the batch.</td></tr><tr><td>Batch Record Count</td><td>Number of records in the batch.</td></tr><tr><td>Bill Source ID</td><td>The bill source (group of accounts being billed together, such as Carrier, Dealer, NIE).</td></tr><tr><td>Cash Batch Date</td><td>Date of the batch.</td></tr><tr><td>Check Number</td><td>Number on the check.</td></tr><tr><td>Comments</td><td>Comments for the batch.</td></tr><tr><td>Company Number</td><td>Company number.</td></tr><tr><td>Credit Card Expires</td><td>Expire date of credit card.</td></tr><tr><td>Credit Card Number</td><td>Credit card number, if account paid with credit card.</td></tr><tr><td>Credit Card Type</td><td>The credit card type (Visa, MasterCard, etc.)</td></tr><tr><td>Credit Card Vault ID</td><td>Vault ID used only for off-site credit card storage</td></tr><tr><td>File Payment Total</td><td>Payment total in the file.</td></tr><tr><td>File Record Count</td><td>The total number of records in the file.</td></tr><tr><td>Filler</td><td>Filler denotes blank fields or information that will not be used in Circulation; these fields will be ignored.</td></tr><tr><td>Invoice Date</td><td>Date of the invoice.</td></tr><tr><td>Invoice Number</td><td>Number of the invoice.</td></tr><tr><td>Lockbox ID</td><td>ID of the lockbox.</td></tr><tr><td>Masked Credit Card Number</td><td>Credit card number with all but the last four digits masked (replaced with “*”). Used only for off-site credit card storage.</td></tr><tr><td>Payment Amount*</td><td>Amount of the payment.</td></tr><tr><td>Payment Date</td><td>Date of the payment.</td></tr><tr><td>Payment Type</td><td>The type of payment (credit card, check, etc.)</td></tr><tr><td>Record Identifier**</td><td>Field that identifies the record type, for example “D” to indicate a detail record. This must be the first field in the record.</td></tr><tr><td>Route ID</td><td>The ID of the route.</td></tr><tr><td>Scan Line Check Digit</td><td>Check digit of the lockbox scan line.</td></tr><tr><td>Signature File Name</td><td>File name of the signature image from Syncronex.</td></tr><tr><td>Use Credit Card On File</td><td>Y/N flag to use the credit card number in the account record.</td></tr></tbody></table>

> **\*** Field is required.
>
> **\*\*** Field is required if a record identifier is entered on the record type setup screen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.navigaglobal.com/circulation-user-manual/14-appendix-b-file-formats/file-mapping-data-elements/account-lockbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
