---
title: "Create Inbound Transaction (Bolivia)"
method: POST
path: "/bo/transactions/inbound"
tags: ["Bolivia"]
---

# Create Inbound Transaction (Bolivia)

`POST /bo/transactions/inbound`

Create an inbound BOB transaction and receive a QR code (base64 image) for the payer.
Account must use BOB currency and country BO.

## Request body

- object
  - `accountId` string, uuid, required
  - `amount` number, required
  - `description` string
  - `webhookUrl` string, uri

## Response `201`

Transaction created

- object
  - `id` string, uuid
  - `qrCode` string — Base64 QR image
  - `status` string

## Other responses

- `403` — Forbidden — account is not operative (`Bloqueada` or `Cerrada`) or caller lacks access
- `404` — Account not found
- `502` — Payment provider error

---

[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)
