New: Pix Fund Recovery Requests, Pix Infraction Notifications, Users Legal Person Onboarding, Users Natural Person Onboarding, 1 more area (12 endpoints) · 5 changed endpoints · No breaking changes.
New endpoints
Pix Fund Recovery Requests
| Endpoint | Description |
|---|
GET /v1/pix/fund-recovery-requests | List Pix Fund Recovery Requests |
POST /v1/pix/fund-recovery-requests | Create Pix Fund Recovery Request |
GET /v1/pix/fund-recovery-requests/{id} | Get Pix Fund Recovery Request by ID |
DELETE /v1/pix/fund-recovery-requests/{id}/cancel | Cancel Pix Fund Recovery Request |
PATCH /v1/pix/fund-recovery-requests/{id}/files/upload | Upload Pix Fund Recovery Request File |
Pix Infraction Notifications
| Endpoint | Description |
|---|
GET /v1/pix/compliance/infraction-notifications | List Pix Infraction Notifications |
GET /v1/pix/compliance/infraction-notifications/{id} | Get Pix Infraction Notification by ID |
Users Legal Person Onboarding
| Endpoint | Description |
|---|
POST /v2/users/onboardings/{id}/legal-representatives/{legal_representative_id}/liveness/video | Upload legal representative liveness video |
GET /v2/users/onboardings/{id}/legal-representatives/liveness | Get legal representative liveness links |
Users Natural Person Onboarding
| Endpoint | Description |
|---|
GET /v2/users/onboardings/{id}/liveness | Get onboarding liveness link |
POST /v2/users/onboardings/{id}/liveness/video | Upload onboarding liveness video |
Reports
| Endpoint | Description |
|---|
GET /v1/reports/client-activity/{client_id} | List Client Tracking History |
Changed
- ⚠️ New value
ONBOARDING_LIVENESS_VIDEOS in response field data[].type (200) — GET /v1/storage/files - ⚠️ New value
LIVENESS in response field data[].steps[].name (200) — GET /v1/users/onboardings/with-steps - New field
beneficiary_document in response (201), always present — POST /v1/banking/billet-payments/decode, POST /v2/banking/billet-payments/decode - New value
ONBOARDING_LIVENESS_VIDEOS accepted in request field file_type — POST /v1/storage/upload
⚠️ marks changes that may require action on your side, such as new enum values in responses.