---
title: "Criar chaves Pix"
method: POST
path: "/pix/dict/entry"
---

# Criar chaves Pix

`POST /pix/dict/entry`

Confira nosso tutorial -> https://developers.celcoin.com.br/docs/cadastrar-uma-chave-pix

## Request body

- object
  - `account` string, required — Numero da conta titular da chave Pix
  - `keyType` string, required — Tipo da chave que deseja cadastrar
  - `key` string — Valor da chave que deseja cadastrar.

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `keyType` string
    - `key` string
    - `account` object
      - `participant` string
      - `branch` string
      - `account` string
      - `accountType` string
      - `createDate` string
    - `owner` object
      - `type` string
      - `documentNumber` string
      - `name` string

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404
- `422` — 422
- `500` — 500

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
