Create an Entry
Use this endpoint to create a new Pix entry associated with an account and its data.
This service does not perform the following validations and assumes they have been completed by the client before making the request:
-
Receita Federal Validation: The service does not validate data with Receita Federal. It is assumed that the client has already performed the necessary validation with a properly contracted provider integrated to RFB APIs.
-
MFA Ownership Authentication: The service assumes that Multi-Factor Authentication (MFA) for ownership verification has been previously completed before the request is made.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Reason for creating the entry.
USER_REQUESTED, RECONCILIATION Body
Type of Pix key being created.
EMAIL, PHONE, CPF, CNPJ, EVP "EMAIL"
Pix key value being registered (e.g., email address, phone, or CPF). Not required for EVP type.
"john.doe@example.com"
Optional key-value map for storing custom attributes.
Response
Pix entry created successfully.
Unique identifier of the entry (UUID format).
"019c96a0-0c0c-7221-8cf3-13313fb60081"
Pix key value.
"john.doe@example.com"
Type of Pix key.
"EMAIL"
Entry status (ACTIVE, INACTIVE).
"ACTIVE"
Creation timestamp.
"2024-01-15T10:30:00Z"
Last update timestamp.
"2024-01-15T10:30:00Z"

