---
title: "Create Outbound Transaction (Chile)"
method: POST
path: "/cl/transactions/outbound"
tags: ["Chile"]
---

# Create Outbound Transaction (Chile)

`POST /cl/transactions/outbound`

Create a bank payout from a Chile CLP account. Requires sufficient net balance.
Transaction starts in `processing`.

## Request body

- ClOutboundTransactionRequest — Create outbound payout for Chile CLP accounts
  - `accountId` string, uuid, required
  - `amount` union, required
    - number
    - string
  - `beneficiaryFirstName` string, required
  - `beneficiaryLastName` string, required
  - `email` string, email, required
  - `documentType` string, required
  - `documentNumber` string, required
  - `payoutBeneficiaryTypeCode` 'person' | 'company', required
  - `bankName` string, required — Bank code (3 chars for Chile)
  - `accountNumber` string, required
  - `payoutAccountTypeCode` string, required
  - `webhookUrl` string, uri
  - `phone` string
  - `city` string
  - `address` string
  - `gender` string
  - `paymentReason` string

## Response `201`

Transaction created

- ClOutboundTransactionResponse
  - `id` string, uuid, required
  - `status` 'processing' | 'cancelled', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden — account is not operative (`Bloqueada` or `Cerrada`) or caller lacks access
- `404` — Account not found
- `409` — Insufficient balance
- `502` — Unable to complete the payment operation

---

[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/revisions/0d337f48a0b9/schema)
