Get Card Onboarding By ID
GETTag: api-users-get-card-onboarding-by-idDescription: Get card onboarding by ID./card/onboarding/:id
Request
Path Parameters
Card Onboarding ID.
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR
, en-US
]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
Responses
- 200
- 400
- 401
- 422
Get card onboarding by ID.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Card Onboarding ID.
User ID.
Bith Date.
Document (CPF).
Mother Name.
Name.
Is PEP.
Is PEP Since.
Card Onboarding Status.
address objectrequired
User address ID.
User address zip code.
User address street.
User address number.
User address neighborhood.
User address neighborhood.
User address federative unit.
User address country.
User address complement.
documents object[]
User card onboarding documents.
Card Onboarding Document ID.
Card Onboarding ID.
File ID.
Possible values: [selfie
, rg_front
, rg_verse
, cnh_front
, cnh_verse
, cnh_digital
, passport
, signature_card
, rne_front
, rne_verse
]
Card Onboarding Document Type.
Card Onboarding Document Created At.
Card Onboarding Document Updated At.
Card Onboarding Created At.
Card Onboarding Updated At.
{
"id": "12345678-1234-5678-1234-567812345678",
"user_id": "12345678-1234-5678-1234-567812345678",
"birth_date": "2025-09-03T22:01:49.138Z",
"document": "12345678901",
"mother_name": "Test Mother",
"name": "Test User",
"pep": true,
"pep_since": "2023-01-01",
"status": "finished",
"address": {
"id": 1234,
"zip_code": "96075858",
"street": "Alameda",
"number": 10,
"neighborhood": "Alphaville",
"city": "São Paulo",
"federative_unit": "SP",
"country": "Brasil",
"complement": "flat 1201"
},
"documents": [
{
"id": "12345678-1234-5678-1234-567812345678",
"card_onboarding_id": "12345678-1234-5678-1234-567812345678",
"file_id": "12345678-1234-5678-1234-567812345678",
"type": "rg_front",
"created_at": "2025-09-03T22:01:49.138Z",
"updated_at": "2025-09-03T22:01:49.138Z"
}
],
"created_at": "2025-09-03T22:01:49.138Z",
"updated_at": "2025-09-03T22:01:49.138Z"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.