> ## 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.

# Bolivia

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

## Supported payout methods

| Payout method               | Currencies | Typical timing    |
| --------------------------- | ---------- | ----------------- |
| ACCL                        | BOB        | 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.

## ACCL

Bolivian ACCL payment system

### Supported currencies

`BOB`

### 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:** `BoliviaAccl`
</ResponseField>

#### Routing Type

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

#### Bank Code

<ResponseField name={"routing_value1"} type="string" required>
  Bank code (1-2 digits). Examples: 1 (Banco Mercantil), 2 (Banco Nacional de Bolivia), 6 (Banco Unión)

  **Validation:**

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

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

#### Routing Type 2

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

#### Branch Code

<ResponseField name={"routing_value2"} type="string" required={false}>
  Branch code (optional, 1-10 digits)

  **Validation:**

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

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

#### Account Number

<ResponseField name={"account_number"} type="string" required>
  Account number (10-15 digits). Length varies by bank: Banco Mercantil (10), Banco Nacional de Bolivia (10), Banco Unión (14), Other banks (up to 15)

  **Validation:**

  * Between 10 and 15 characters (inclusive).
  * Must match this regular expression: `^[0-9]{10,15}$`

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

#### Account Type

<ResponseField name={"account_type"} type="string" required>
  **Value:** One of `checking`, `savings`, `vista`
</ResponseField>

#### Tax ID Type

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

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

#### NIT (Business Tax ID)

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

  Tax ID (NIT: Número de Identificación Tributaria) up to 15 digits

  **Validation:**

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

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

#### Personal ID Type

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

  **Value:** One of `NATIONAL_ID`, `FOREIGN_ID`, `INDIVIDUAL_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.

  ID number as registered with the bank account. Format: National ID (up to 8 digits), Foreign ID (E- followed by up to 8 digits), Tax ID (up to 15 digits).

  **Validation:**

  * Between 1 and 15 characters (inclusive).
  * Must match this regular expression: `^(E-[0-9]{1,8}|[0-9]{1,15})$`

  **Example:** `12345678 or E-12345678`
</ResponseField>

### Notes

* The Bolivian government sets a 0.30% tax (Impuesto a las Transacciones Financieras: Tax on Financial Transactions) 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`, `BOB`, `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`, `BOB`, `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:** `BCPLBOLX`
</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:** `1234567890`
</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.
