v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Accounts

New Account for Individual

Create a new account request for an Individual Person

post/ NewAccount (Individual Person)

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
PersonNamestring required

Full Name as registered on the Brazilian Federal Revenue Office

PhoneNumberstring required

Phone number

TaxNumberstring required

CPF

Mailstring required

Mail

IsCompanyboolean nullable

Inform if it is a company

Nicknamestring

Surname

PubliclyExposedPersonboolean required

Person exposed publicly ( false - no; true - yes )

BirthDatestring required

Birth date

MotherFullNamestring

Mother's full name

FatherFullNamestring

Father's full name

Nationality'BRASILEIRO' | 'ESTRANGEIRO' required

Nacionalidade

BirthCitystring

City of origin

BirthState'0 - AC' | '1 - AL' | '2 - AP' | '3 - AM' | '4 - BA' | '5 - CE' | '6 - DF' | '7 - ES' | '8 - GO' | '9 - MA' | '10 - MT' | '11 - MS' | '12 - MG' | '13 - PA' | '14 - PB' | '15 - PR' | '16 - PE' | '17 - PI' | '18 - RJ' | '19 - RN' | '20 - RS' | '21 - RO' | '22 - RR' | '23 - SC' | '24 - SP' | '25 - SE' | '26 - TO' enum

State

Gender'FEMININO' | 'MASCULINO'

Gênero

MaritalStatus'NotMarried = 0' | 'Married = 1' | 'Divorced = 2' | 'Separate = 3' | 'Widower = 4' | 'Single = 5' | 'Other = 6' enum

Maritial status.

SpouseNamestring

Spouse Name

Occupation'APOSENTADO_PENSIONISTA' | 'AUTONOMO' | 'EMPRESARIO' | 'PROFISSIONAL_LIBERAL' | 'ASSALARIADO' | 'FUNCIONARIO_PUBLICO' | 'DESEMPREGADO'

Ocupação

IdentityDocumentinteger

ID number

CheckPendingTransfersboolean nullable

Pending Transfers

MonthlyIncomestring required
BankBranchstring

Beneficiary's Bank Branch

BankAccountstring

Beneficiary's Account Number (without digit)

BankAccountDigitstring

Beneficiary's Account Digit

WasSignedboolean required
SignatureDatestring required

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "PersonName": "Henry",
  "PhoneNumber": "5585996071655",
  "TaxNumber": "58968692076",
  "Mail": "adriana.teresinha@email.com",
  "Nickname": "Jose",
  "PubliclyExposedPerson": true,
  "BirthDate": "1992/20/02",
  "MotherFullName": "Josefa Sousa",
  "FatherFullName": "Mario Andrade",
  "BirthCity": "São Paulo",
  "SpouseName": "Jualiana Queiroz de Castro",
  "MonthlyIncome": "1200.55",
  "Addresses": [
    {
      "AddressLine": "Av José Bastos",
      "AddressLine2": "4140",
      "ZipCode": "60431086",
      "Neighborhood": "Rodolfo Teófilo",
      "CityCode": 85,
      "CityName": "Fortaleza",
      "Country": "Brasil",
      "Complement": "CASA",
      "Reference": "Point of Reference for the Address"
    }
  ],
  "Documents": [
    {
      "DocumentFile": "dGVzdGU=",
      "DocumentName": "CNH",
      "Description": "Envio de documento",
      "ExpirationDate": "12/02/2025",
      "DocumentKey": "629F1244DCC245A79DB0C181D3A472CB"
    }
  ],
  "Persons": [
    {
      "Name": "Contract Name",
      "TaxNumber": "33.762.255/0001-40",
      "Mail": "adriana.teresinha@email.com",
      "PhoneNumber": "5585996071655",
      "PersonRoleType": 3,
      "MotherFullName": "Josefa Sousa",
      "FatherFullName": "Mario Andrade",
      "BirthCity": "São Paulo",
      "SpouseName": "Jualiana Queiroz de Castro",
      "BirthDate": "1992/20/02",
      "PersonName": "Henry",
      "Nickname": "Jose",
      "PubliclyExposedPerson": true,
      "PersonDocuments": [
        {
          "DocumentFile": "dGVzdGU=",
          "DocumentName": "CNH",
          "Description": "Envio de documento",
          "ExpirationDate": "12/02/2025",
          "DocumentKey": "629F1244DCC245A79DB0C181D3A472CB"
        }
      ]
    }
  ],
  "RequestCard": {
    "Method": "RequestCard",
    "PartnerId": 30324,
    "BusinessUnitId": 4548,
    "IdentifierProduct": "FC0000001",
    "EmbossingName": "Adriana Josefa",
    "CardOwner": {
      "OwnerTaxNumber": "33.762.255/0001-40",
      "FullName": "Adriana Teresinha Josefa Santos",
      "Mail": "adriana.teresinha@email.com"
    },
    "CardHolder": {
      "HolderTaxNumber": "59626023821",
      "FullName": "Adriana Teresinha Josefa Santos",
      "MotherName": "Allana Vanessa Josefa",
      "BirthDate": "1992/20/02"
    },
    "CardHolderContact": {
      "Mail": "adriana.teresinha@email.com"
    },
    "BillingAddress": {
      "Line": "Av José Bastos",
      "Number": "4140",
      "Complement": "AP 303",
      "Reference": "Ao lado da JM Veículos",
      "Neighborhood": "Rodolfo Teófilo",
      "ZipCode": "60431086",
      "City": "Fortaleza",
      "State": "CE",
      "Country": "Brasil"
    },
    "CardDeliveryAddress": {
      "Line": "Av José Bastos",
      "Number": "4140",
      "Complement": "AP 303",
      "Reference": "Ao lado da JM Veículos",
      "Neighborhood": "Rodolfo Teófilo",
      "ZipCode": "60431086",
      "City": "Fortaleza",
      "State": "CE",
      "Country": "Brasil"
    }
  },
  "SignatureDate": "2023-02-28T16:49:46.170Z"
}

Response

Ok

Successstring
AccountKeystring
Codestring
All 307 operations