> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Finance and Transactions Overview

Tracking invoices and reconciling financial records is streamlined with Textify, as it automates data capture and processing, allowing for quick and accurate billing and financial management.

<img src="https://mintcdn.com/argosidentity/XDoaaMLWTIfazlLD/images/verify/templates/finance_and_transaction.png?fit=max&auto=format&n=XDoaaMLWTIfazlLD&q=85&s=48e5142f6a3358da379de0d542127b0b" alt="Alt imagesforfinance" width="6000" height="4000" data-path="images/verify/templates/finance_and_transaction.png" />

## Supported Document Types

* **InvoiceGeneral**: Standard commercial invoices from businesses and service providers
* **BalanceCertificate\_KR**: Korean bank balance certificates and financial statements

## Template Features

### General Invoice Template

Extracts the following information from commercial invoices:

* Invoice number and date
* Customer and vendor details
* Itemized products or services
* Pricing and tax information
* Payment terms and due dates

### Korean Balance Certificate Template

Extracts the following information from Korean financial documents:

* Account holder information
* Account balance and currency
* Transaction history
* Bank details and branch information
* Certificate validity and dates

## Usage Examples

### General Invoice Analysis

```json theme={null}
{
  "fileExtension": "PDF",
  "docuType": "InvoiceGeneral",
  "fileData": "base64-encoded-invoice-data"
}
```

### Korean Balance Certificate Analysis

```json theme={null}
{
  "fileExtension": "JPG",
  "docuType": "BalanceCertificate_KR",
  "fileData": "base64-encoded-balance-data"
}
```

## Response Format

Both templates return structured financial data with confidence scores and extracted monetary information.
