Skip to main content
POST
Confirm PIX key ownership

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

entryId
string
required

The PIX key value (URL-encoded).

Example:

"foo@bar.com"

Body

application/json
accountId
string
required

The CRM account id of the key owner.

Example:

"acc-123"

token
string
required

The OTP ownership-confirmation code.

Example:

"123456"

Response

OK

key
string

The PIX key value.

Example:

"11122233300"

keyType
integer<int64>

Numeric eKeyType.

Example:

4

status
integer<int64>

Numeric eKeyStatus.

Example:

1

statusDescription
string

Human-readable eKeyStatus label.

Example:

"ACTIVE"