iCredit
  1. Clients
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Api Reference
      • Auth
        • login
        • refresh
        • logout
        • update-password
      • Users
        • me
      • Clients
        • Banks
          • list
          • search
          • find
          • create
          • update
          • delete
        • Files
          • Types
            • search
            • list
            • fInd
            • create
            • update
            • delete
          • create
          • fInd
          • download
          • search
          • delete
        • search
          POST
        • fInd
          GET
        • audits
          POST
        • list-by-organization
          GET
        • get-me
          GET
        • required-fields
          GET
        • basic-create
          POST
        • create
          POST
        • create-legal
          POST
        • update
          PUT
        • update-legal
          PUT
        • get-client-banks
          GET
        • get-client-operations
          GET
        • get-client-requests
          GET
        • get-client-files
          GET
        • finalize-registration
          PUT
        • change-status
          POST
        • change-client-group
          POST
        • change-client-user
          POST
        • reset-password
          POST
        • update-client-representative
          PATCH
        • credit-analysis-validation
          PATCH
        • additional-information
          GET
        • create-client-from-onboarding
          POST
        • client-validation
          GET
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
        • find
        • create
        • create-client-pj
        • create-client-pf
        • create-request-passing-client
        • update
        • delete
        • send-to-client-approval
        • handle-change-fund
        • handle-change-endorser
        • reject
        • accept
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • update
        • delete
        • files
        • resend-notification
        • update-deadline-at
        • add-signatories
        • remove-signatory
        • cancel-document
        • finish-document
        • reprocess-current-status
        • change-status
        • update-status-to-grant
        • update-status-to-endorsement
        • update-status-to-approval
        • operation-status
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
  1. Clients

create

POST
/api/v1/clients
Criar um novo cliente completo.

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Header

Parâmetros Bodyapplication/json

Exemplo
{
    "organization_uuid": "{{organizationUUID}}",
    "name": "Jorge Fabiano de Carvalho Kania",
    "taxid_number": "24530687503",
    "email": "jorge.kania@inovanti.com.br",
    "type": "physical",
    "physical": {
        "birth_date": "1975-01-30",
        "mother_name": "Aparecida das graças de Carvalho Kania",
        "general_registration_type": "cnh",
        "general_registration_number": "123456789",
        "general_registration_organ": "SSP",
        "general_registration_emission": "2020-01-01",
        "general_registration_federal_unit": "PR",
        "naturalness": "Londrina",
        "nationality": "Brasileiro"
    },
    "address": {
        "zip_code": "81925260",
        "number": "1256",
        "public_place": "Rua Lupionópolis",
        "complement": null,
        "district": "Sítio Cercado",
        "city": "Curitiba",
        "federal_unit": "PR"
    },
    "phone": {
        "telephone_number": "41995394266"
    },
    "banks": [
        {
            "bank_ispb": "07237373",
            "agency": "4234",
            "account": "645654",
            "account_digit": "",
            "account_type": "CC",
            "key_pix": "5113a070-7f48-48c7-bd25-b263fc6cdcb4"
        },
        {
            "bank_ispb": "07237373",
            "agency": "4234",
            "account": "645654",
            "account_digit": "",
            "account_type": "CC",
            "key_pix": "5113a070-7f48-48c7-bd25-b263fc6cdcb4"
        },
        {
            "bank_ispb": "07237373",
            "agency": "4234",
            "account": "645654",
            "account_digit": "",
            "account_type": "CC",
            "key_pix": "5113a070-7f48-48c7-bd25-b263fc6cdcb4"
        }
    ],
    "files": [
        {
            "type": "DRIVERS_LICENSE",
            "file_name": "WhatsApp Image 2024-05-21 at 15.34.39.jpeg",
            "file": "STRING DO BASE64 AQUI",
            "is_persistent": true
        }
    ]
}

Respostas

🟢201Criado
application/json
Body

Exemplo
{
    "uuid": "string"
}
Modificado em 2025-12-01 19:35:22
Página anterior
basic-create
Próxima página
create-legal
Built with