Upload card onboarding document
POSTTag: api-baas-post-upload-documentDescription: Upload card onboarding document./v1/card/onboarding/:id/documents
Request
Path Parameters
Card Onboarding ID.
Header Parameters
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.
UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.
UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires x-product-uuid.
- multipart/form-data
Body
required
Possible values: [selfie, rg_front, rg_verse, cnh_front, cnh_verse, cnh_digital, passport, signature_card, rne_front, rne_verse]
Document type Possible values: selfie,rg_front,rg_verse,cnh_front,cnh_verse,cnh_digital,passport,signature_card,rne_front,rne_verse.
Possible values: [application/pdf, image/jpeg, image/jpg]
Allowed file formats: application/pdf, image/jpeg, image/jpg.
Responses
- 200
- 400
- 401
- 422
Upload card onboarding document successfully.
- application/json
- Schema
- Example (from schema)
Schema
Card Onboarding ID.
User ID.
Card Onboarding Status.
Card Onboarding Created At.
Card Onboarding Updated At.
{
"id": "12345678-1234-5678-1234-567812345678",
"user_id": "12345678-1234-5678-1234-567812345678",
"status": "waiting_documents",
"created_at": "2026-03-26T14:02:59.317Z",
"updated_at": "2026-03-26T14:02:59.317Z"
}
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.