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

# Argentina

> Payout methods, timing, transaction limits, and required fields for payouts to Argentina.

## Supported payout methods

| Payout method               | Currencies | Typical timing    |
| --------------------------- | ---------- | ----------------- |
| Interbanking Coelsa         | ARS        | 0-1 business days |
| International Wire Transfer | See below  | 0-3 business days |

Please refer to the sections below for the key required fields and other considerations for each supported method.

## Interbanking Coelsa

Argentine Interbanking Coelsa payment system

### Supported currencies

`ARS`

### Timing

| Attribute               | Value             |
| ----------------------- | ----------------- |
| Processing window       | Same day          |
| Typical delivery        | 0-1 business days |
| Business day dependency | Yes               |
| Supports instant        | No                |

### Transaction limits

| Limit type | Value |
| ---------- | ----- |
| Minimum    | None  |
| Maximum    | None  |

### Fields

#### Payout Method Type

<ResponseField name={"payout_method_type"} type="string" required>
  **Value:** `ArgentinaCoelsa`
</ResponseField>

#### CBU (Clave Bancaria Uniforme)

<ResponseField name={"account_number"} type="string" required>
  22-digit CBU starting with 3-digit bank code, 4-digit branch code, check digit, and 13-digit account number

  **Validation:**

  * Exactly 22 characters.
  * Must match this regular expression: `^[0-9]{22}$`

  **Example:** `1234567890123456789012`
</ResponseField>

#### Tax ID Type

<ResponseField name={"tax_id_type"} type="string" required={false}>
  **Conditional:** Required for Company payees only.

  **Value:** `BUSINESS_REGISTRATION_NUMBER`
</ResponseField>

#### CUIT (Business Tax ID)

<ResponseField name={"tax_id"} type="string" required={false}>
  **Conditional:** Required for Company payees only.

  11-digit CUIT (Clave Única de Identificación Tributaria)

  **Validation:**

  * Exactly 11 characters.
  * Must match this regular expression: `^[0-9]{11}$`

  **Example:** `20123456789`
</ResponseField>

#### Personal ID Type

<ResponseField name={"tax_id_type"} type="string" required={false}>
  **Conditional:** Required for Individual payees only.

  **Value:** One of `INDIVIDUAL_TAX_ID`, `ENTITY_TAX_ID`

  Select as registered with the bank account
</ResponseField>

#### Personal ID Number

<ResponseField name={"tax_id"} type="string" required={false}>
  **Conditional:** Required for Individual payees only.

  11-digit CUIL or CUIT as registered with the bank account

  **Validation:**

  * Exactly 11 characters.
  * Must match this regular expression: `^[0-9]{11}$`

  **Example:** `20123456789`
</ResponseField>

### Notes

* The Argentine government sets a 1.20% tax (Impuesto al cheque: Tax on Credits and Debits) per transaction, which is collected automatically in addition to the payout transaction fee.

## International Wire Transfer

International wire transfer via SWIFT network

### Supported currencies

`AUD`, `CAD`, `CHF`, `CNY`, `CZK`, `DKK`, `EUR`, `GBP`, `HKD`, `HUF`, `ILS`, `JPY`, `NOK`, `NZD`, `PLN`, `RON`, `SEK`, `SGD`, `THB`, `TRY`, `USD`, `ZAR`

### Timing

| Attribute               | Value             |
| ----------------------- | ----------------- |
| Processing window       | Business days     |
| Typical delivery        | 0-3 business days |
| Business day dependency | Yes               |
| Supports instant        | No                |

### Transaction limits

| Limit type | Value |
| ---------- | ----- |
| Minimum    | None  |
| Maximum    | None  |

### Fields

#### Payout Method Type

<ResponseField name={"payout_method_type"} type="string" required>
  **Value:** `SwiftInternational`
</ResponseField>

#### Currency

<ResponseField name={"currency"} type="string" required>
  **Value:** One of `AUD`, `CAD`, `CHF`, `CNY`, `CZK`, `DKK`, `EUR`, `GBP`, `HKD`, `HUF`, `ILS`, `JPY`, `NOK`, `NZD`, `PLN`, `RON`, `SEK`, `SGD`, `THB`, `TRY`, `USD`, `ZAR`
</ResponseField>

#### Recipient Bank SWIFT/BIC Code

<ResponseField name={"swift_code"} type="string" required>
  8 or 11 character SWIFT code of recipient bank

  **Validation:**

  * Between 8 and 11 characters (inclusive).
  * Must match this regular expression: `^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$`
  * `bic`

  **Example:** `NACNARBA`
</ResponseField>

#### Routing Type

<ResponseField name={"routing_type1"} type="string" required>
  **Value:** `bic`
</ResponseField>

#### Intermediary Bank SWIFT/BIC

<ResponseField name={"routing_value1"} type="string" required={false}>
  Optional, only needed if routing through correspondent bank

  **Validation:**

  * Between 8 and 11 characters (inclusive).
  * Must match this regular expression: `^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$`
  * `bic`

  **Example:** `CHASUS33`
</ResponseField>

#### Account Number

<ResponseField name={"account_number"} type="string" required>
  **Validation:**

  * Between 1 and 50 characters (inclusive).
  * Must match this regular expression: `^[0-9A-Za-z]{1,50}$`

  **Example:** `2590123456789012345678`
</ResponseField>

### Notes

* All payments sent via SWIFT will be instructed such that the full value of the payment should credit the beneficiary. However, Acclaim is not in control of intermediary bank adherence to SWIFT messages and cannot guarantee that the beneficiary bank will not charge their account holder for receipt of payment.
