---
title: "Criar Pedido de Pagamento"
method: POST
path: "/"
---

# Criar Pedido de Pagamento

`POST /`

Cria um pedido de pagamento.

## Headers

- `Request-Time` string, date-time, required
- `Signature` string, required

## Request body

- object
  - `barcode` string, required — Código de barras do pagamento
  - `amount_cents` integer, required — Valor de pagamento do boleto
  - `document_amount_cents` integer, required — Valor total do boleto
  - `description` string — Descrição do pagamento

## Response `200`

200

- object
  - `id` string
  - `account_id` string
  - `barcode` string
  - `status` string
  - `document_amount_cents` integer
  - `amount_cents` integer
  - `description` string
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/iugu/apis/tokens-de-api.md) · [All operations](https://skmtc.net/iugu/apis/tokens-de-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iugu/tokens-de-api/versions/4590fc729d1e/schema)
