Endpoint
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Yes | Your partner API key |
Content-Type | string | Yes | application/json |
Body
| Field | Type | Required | Description |
|---|---|---|---|
document | string | Yes | User’s CPF (tax ID) |
idempotency_key | string (UUID) | Yes | Unique key to prevent duplicate requests |
Response
Success (202 Accepted)
The request was accepted and the Pix key creation is in progress.Already exists (409 Conflict)
A Pix key already exists for this user.User not found (404 Not Found)
Invalid document (400 Bad Request)
Example
Pix key creation is asynchronous. Monitor the Events endpoint for
pix_key events to track the key registration status.