iBaaS
  1. Onboarding
iBaaS
  • iBaaS
    • v1
      • Authentication
        • login webhooks
        • login
        • refresh
        • logout
      • BaaS
        • Account
          • create-description
          • Occupations
            • list
          • retrieve-from-provider
            • by-account-number
            • by-account-id
          • migrate-account
            • import-csv
            • list-account-migrated
            • create-account-in-matera
            • list-account-migration-logs
            • cancel-account
          • create
          • update
          • search
          • find
          • find-by-account-number
          • find-by-tax-id-number
          • get-balance
          • get-statement
          • inactivate
          • get-file
        • Cash In
          • make-pix-static-qr-code
          • make-pix-dynamic-qr-code
          • make-bank-slip
          • make-billing-slip
          • make-deposit
        • Cash Out
          • make-pix-transfer
          • make-pix-transfer-only-with-alias
          • make-non-priority-pix-transfer
          • make-bank-transfer
          • make-bank-slip-payment
          • make-utilities-payment
          • make-internal-transfer
          • return-internal-transfer
        • Transactions
          • get-transaction
          • get-withdraw
          • get-bank-slip-by-bar-code
          • lock-balance
          • unlock-balance
          • initiate-ted
        • Pix
          • Aliases
            • Portabilidade de Alias (Chave)
            • list
            • exclude
            • create
            • alias-verification-code
            • get-destination-alias
            • alias-portability
            • alias-portability-confirmation
            • alias-portability-cancellation
            • alias-ownership-claims
            • alias-ownership-claims-responses
            • alias-ownership-claims-cancellation
          • Med
            • iBass
              • search
              • create
              • cancel
            • list
            • search
            • find
            • create
            • sent
            • in_analysis
            • approved
            • rejected
            • cancel
            • situation-types
            • med-types
            • med-status
          • Automatic
            • Recurrence
              • List Recurrences
              • Detail Recurrence
              • Authorize Recurrence
              • Save Recurrence With Authorization
            • Billing
              • Cancel Billing Scheduled
              • List Billings Scheduled
          • get-limits
          • return-codes
          • get-participants
          • returns
          • decode-qr-code
          • text-to-qr-code
        • Cellphone Recharge
          • get-carriers
          • get-avaliable-values
          • recharge
        • Webhook
          • set-accounts-webhook
        • Limits
          • get-limits
          • request-limit-update
          • search-update-limit-requests
          • process-limit-update
        • Batches and Billings
          • Charge Report
            • generate-pdf
            • search
          • billing-slip-payers
            • search-by
            • list
            • create
            • find
            • update
            • delete
            • search
          • validate-shipment
          • shipment_file
          • send-shipment-with-json
          • download-return-file-batch-id
          • download-return-file-period
          • get-batches
          • get-batch
          • get-billings
          • get-billing
        • receipt-of-bills
          • Mudar status boleto (dev)
        • Dock
          • Catalog
            • document
          • Onboarding
            • setup-types
              GET
            • schema-and-business
              POST
            • product-processes
              GET
            • update-account
              PUT
            • reg-docs
              GET
            • agree-reg-docs
              POST
            • start-instance
              POST
            • file-upload
              POST
            • pending-files
              GET
            • customer-process
              GET
            • client-proposal
              GET
            • Endpoint Sem Título
              POST
          • Account
            • get-account
            • update-status
            • list-account-entries
          • Account Manager
            • list-alias-via-account-identifier
            • create-banking-account
            • delete-banking-account
          • Pay
            • search-transfers
            • get-transfer
            • initiate-transfer
            • cancel-scheduled-transfer
          • Pix
            • create-dict-key
            • search-dicts
            • search-payments
            • send-payment
            • validate-dict
            • delete-dict-key
            • get-payment
      • Public Routers
        • validate-cnab400
  • Enums
    • PhysicalBusinessLineEnum
    • LegalBusinessLIneEnum
    • EstablishmentFormEnum
    • FinancialStatisticEnum
    • CountryEnum
    • AccountStatusEnum
    • DocumentsTypeEnum
    • MaritalStatusEnum
    • TestDataTableForPaymentSlips
    • CollectionWalletEnum
    • FineCodeEnum
    • RegistrationTypeEnum
    • Boletos
      • BillingSlipOriginTypeEnum
      • BatchBillingSlipFileTypeEnum
      • BillingSlipStatusEnum
      • OccurrenceCodeEnum
      • TitleTypeEnum
  • Esquemas
    • External Events
      • BaaS Dock
    • Ramos de Atividade
  1. Onboarding

update-account

Em desenvolvimento
PUT
/v1/baas/dock/{plataform}/onboarding/account/{account_id}
Última modificação:2026-01-08 13:32:10

Requisição

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

Parâmetros Bodyapplication/json

Exemplo
{
  "step": "",
  "legal": {
    "legal_name": "Empresa 2 Exemplo LTDA",
    "trade_name": "Empresa 2 Exemplo",
    "legal_nature": "1234",
    "financial_statistic": "4100",
    "business_line": "667890",
    "establish_date": "2021-01-15",
    "monthly_income": 2000,
  }

  "email": "contato@empresa.com"

  "phone": {
    "mobile_phone": "999999999",
    "mobile_phone_country": "BRA"
  }

  "address": {
    "street": "Rua Exemplo",
    "number": "123",
    "city": "São Paulo",
    "complement": "Sala 10",
    "zip_code": "01000-000",
    "country": "BRA",
    "district": "Centro",
    "state": "SP"
  }

  "documents": [
    {
      "is_main": true,
      "number": "12.345.678/0001-99",
      "country_code": "BR",
      "issue_date": "2020-01-01",
      "expiration_date": null,
      "authority_agency": "Receita Federal"
    },
  ]
  
  "relationships": [
    {
      "role": "partner",
      "person_type": 1,
      "is_account_handler": true,
      "is_responsible_onboarding": true,
      "taxid_number": "98069392000140",
      "taxid_country": "BRA",
      "legal_name": "Empresa 2 Exemplo LTDA",
      "trade_name": "Empresa 2 Exemplo",
      "legal_nature": "1234",
      "financial_statistic": "4100",
      "business_line": "667890",
      "establish_date": "2021-01-15",
      "monthly_income": 2000,
      "name": "João da Silva",
      "mother_name": "Maria da Silva",
      "birth_date": "1985-05-20",
      "gender": "male",
      "marital_status": "single",
      "is_pep": false,
      "pep_since": null,
      "email": "joao.silva@email.com",
      "phone": {
        "mobile_phone": "988888888",
        "mobile_phone_country": "BRA",
      },
      "address": {
        "street": "Av. Paulista",
        "number": "1000",
        "city": "São Paulo",
        "state": "SP",
        "complement": "Apto 101",
        "zip_code": "01310-100",
        "country": "BRA",
        "district": "Bela Vista"
      },
      "documents": [
        {
          "is_main": true,
          "number": "98069392000140",
          "country_code": "BR",
          "issue_date": "2003-01-01",
          "expiration_date": null,
          "authority_agency": "SSP"
        }
      ]
    }
  ]
}

Respostas

🟢200Success
application/json
Body

Exemplo
{}
Página anterior
product-processes
Próxima página
reg-docs
Built with