# Kobana Payment

> Kobana Pagamentos: Boletos, Pix, tributos, contas de consumo, DDA, lotes.

- **Type:** Skill
- **Install:** `agentstack add skill-universokobana-kobana-cli-kobana-payment`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [universokobana](https://agentstack.voostack.com/s/universokobana)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [universokobana](https://github.com/universokobana)
- **Source:** https://github.com/universokobana/kobana-cli/tree/main/skills/kobana-payment
- **Website:** https://www.kobana.com.br/ia/cli

## Install

```sh
agentstack add skill-universokobana-kobana-cli-kobana-payment
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# payment — Pagamentos

> **PREREQUISITE:** Read `../kobana-shared/SKILL.md` for auth, global flags, and security rules.

```bash
kobana payment   [flags]
```

## API Resources

### accounts
- `list` — Listar Contas de Pagamento
- `get` — Buscar Conta de Pagamento. Params: `uid`

### bank-billets
- `list` — Listar Pagamentos de Boleto
- `create` — Criar um Pagamento de Boleto
- `get` — Visualizar um Pagamento. Params: `uid`
- `cancel` — Cancelar um Pagamento. Params: `uid`

### batches
- `list` — Listar Lotes de Pagamentos
- `get` — Visualizar um Lote. Params: `uid`
- `approve` — Aprovar um Lote. Params: `uid`
- `reprove` — Reprovar um Lote. Params: `uid`

### pix
- `list` — Listar Pagamentos Pix
- `create` — Criar um Pagamento Pix
- `get` — Visualizar um Pagamento Pix. Params: `uid`
- `cancel` — Cancelar um Pagamento Pix. Params: `uid`

### taxes
- `list` — Listar Pagamentos de Tributo
- `create` — Criar Pagamento de Tributo
- `get` — Exibir Pagamento de Tributo. Params: `uid`
- `cancel` — Cancelar Pagamento de Tributo. Params: `uid`

### utilities
- `list` — Listar Pagamentos de Contas de Consumo
- `create` — Criar Pagamento de Conta de Consumo
- `get` — Visualizar Pagamento. Params: `uid`
- `cancel` — Cancelar Pagamento. Params: `uid`

### dda-accounts
- `list` — Listar Contas DDA
- `create` — Criar Conta DDA
- `get` — Buscar Conta DDA. Params: `uid`
- `update` — Atualizar Conta DDA. Params: `uid`
- `enable` — Habilitar Conta DDA. Params: `uid`
- `disable` — Desabilitar Conta DDA. Params: `uid`

### dda-bank-billets
- `list` — Listar Boletos DDA
- `get` — Buscar Boleto DDA. Params: `uid`
- `delete` — Excluir Boleto DDA. Params: `uid`
- `reject` — Rejeitar Boleto DDA. Params: `uid`
- `release` — Liberar Boleto DDA para Pagamento. Params: `uid`

### bank-billet-batches
- `create` — Criar Lote de Pagamento de Boletos

### pix-batches
- `create` — Criar Lote de Pagamento Pix

### tax-batches
- `create` — Criar Lote de Pagamentos de Tributo

### utility-batches
- `create` — Criar Lote de Pagamento de Contas de Consumo

## Discovering Commands

```bash
kobana payment --help
kobana payment pix --help
kobana schema payment.pix.create
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [universokobana](https://github.com/universokobana)
- **Source:** [universokobana/kobana-cli](https://github.com/universokobana/kobana-cli)
- **License:** MIT
- **Homepage:** https://www.kobana.com.br/ia/cli

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-universokobana-kobana-cli-kobana-payment
- Seller: https://agentstack.voostack.com/s/universokobana
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
