---
title: "Create Outbound Transaction (Bolivia ACH)"
method: POST
path: "/bo/transactions/outbound"
tags: ["Bolivia"]
---

# Create Outbound Transaction (Bolivia ACH)

`POST /bo/transactions/outbound`

Create an outbound BOB bank transfer from a BOB account.
Requires sufficient balance for amount plus outbound fee.

## Request body

- object
  - `accountId` string, uuid, required
  - `amount` number, required
  - `firstName` string, required
  - `lastName` string, required
  - `documentType` 'national_id' | 'tax_id' | 'passport' | 'foreign_id', required
  - `documentNumber` string, required
  - `entityType` 'individual' | 'company', required
  - `bankCode` string, required
  - `destinationAccount` string, required
  - `description` string
  - `webhookUrl` string, uri

## Response `201`

Transaction enqueued for processing

- object
  - `id` string, uuid
  - `status` string

## Other responses

- `403` — Forbidden — account is not operative (`Bloqueada` or `Cerrada`) or caller lacks access
- `404` — Account not found
- `409` — Insufficient balance

---

[API](https://skmtc.net/hg/apis/hg-cash-api.md) · [All operations](https://skmtc.net/hg/apis/hg-cash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hg/hg-cash-api/versions/0d337f48a0b9/schema)
