curl --request POST \
  --url https://api.ext.pix.dbs.moneyp.com.br/api/v2/Chave \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --header 'IgnoraHandshake: <ignorahandshake>' \
  --data '{
  "contaDto": {
    "agencia": "<string>",
    "agenciaDigito": "<string>",
    "conta": "<string>",
    "contaDigito": "<string>",
    "contaPgto": "<string>",
    "tipoConta": 1,
    "modeloConta": 1
  },
  "tipoChave": 0,
  "chave": "<string>",
  "codigoAutenticacao": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "codigoMfa": "<string>"
}'
{
  "sucesso": true,
  "mensagem": "<string>"
}

Through this endpoint, partners can register a new Pix key, expanding their receiving options. Key options include: CPF/CNPJ, email, phone number, or a random key.

To use this endpoint, multi-factor authentication (MFA) is required to create a key that uses “email” or “phone number”.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Headers

IdempotencyKey
string
required

Chave única para garantir que uma operação seja executada apenas uma vez.

IgnoraHandshake
boolean
default:true
required

(somente em homologação)

Body

Response

200 - application/json

Success

The response is of type object.