Skip to main content
Criar chave PIX por MFA
Through this endpoint, the partner can register a new Pix key, expanding their payment options. Key options include: CPF/CNPJ, email, cell phone number, or a random key.
To use this endpoint, you must perform double verification through MFA to create a key that uses “email” or “phone”

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Headers

IdempotencyKey
string
required
IgnoraHandshake
boolean
default:true
required

(somente em homologação)

Body

contaDto
object | null

Objeto detalhado da conta bancária.*

tipoChave
enum<integer>

Tipo da chave.*

Valores: 0 - CPF 1 - CNPJ 2 - TELEFONE 3 - EMAIL 4 - EVP

Available options:
0,
1,
2,
3,
4
chave
string | null

Chave pix a ser criada.*

codigoAutenticacao
string<uuid>

Identificador único (UUID) para validar a autenticidade da solicitação.*

codigoMfa
string | null

Código recebido para autenticaçâo multifator (MFA).*

Response

Success

sucesso
boolean
mensagem
string | null