Skip to main content
POST
Register a PIX key entry

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
accountId
string
obrigatório

The CRM account id of the key owner.

Exemplo:

"acc-123"

keyType
integer<int64>
obrigatório

Numeric eKeyType (0=CPF,1=CNPJ,2=EMAIL,3=PHONE,4=RANDOM).

Exemplo:

2

isValidated
boolean

Ignored: the service always forces validation to start fresh.

Exemplo:

false

key
string

The PIX key value (omit for a RANDOM key).

Exemplo:

"foo@bar.com"

Resposta

Created

key
string

The PIX key value.

Exemplo:

"11122233300"

keyType
integer<int64>

Numeric eKeyType.

Exemplo:

4

status
integer<int64>

Numeric eKeyStatus.

Exemplo:

1

statusDescription
string

Human-readable eKeyStatus label.

Exemplo:

"ACTIVE"