Skip to main content

Upload Legal Representative Documents (Step 3 of 5)

POST 

/v1/users/legal-representatives/:id/documents

Step 3: Upload required documents for the legal representative.\n\nUpload the legal representative document files (max size: 25 MB).\n\nRequired documents (must be uploaded to finalize onboarding):\n- selfie - Representative selfie photo\n- identity_document - ID, CNH or Passport (requires identity_document_type)\n- qualification_declaration - Declaration of powers/qualification\n\nOptional documents:\n- income_declaration - Income declaration\n- address_proof - Proof of address\n\nNext step: Upload company documents at POST /legal-person/{id}/documents

Request

Path Parameters

    id stringrequired

    Legal representative ID.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Body

required
    identity_document_type string

    Possible values: [id, cnh, passaporte]

    Identity document type (id, cnh, passaporte).

    selfie binaryrequired

    User selfie. Always required.

    identity_document binaryrequired

    Identity document (ID, CNH, Passport). Always required.

    qualification_declaration binaryrequired

    Qualification declaration perante à empresa. Always required.

    income_declaration binary

    Income declaration document. Optional.

    address_proof binary

    Proof of address document. Optional.

Responses

The file upload returned successfully.

Schema
  • Array [
  • id stringrequired

    Legal representative document ID.

    file_id objectrequired

    Legal representative document file ID.

    file_name objectrequired

    Legal representative document file name.

    created_at objectrequired

    Legal representative document file created at.

    identity_document_type string

    Possible values: [id, cnh, passaporte]

    Identity document subtype (id, cnh, passaporte). Only for identity_document.

    type objectrequired

    Legal representative document type.

  • ]
Loading...