Skip to main content

Issuer Data Access Request

Clients who registered an issuer that already has a registration in the assignor registry platform need to request access to the issuer data so they can issue operations with this issuer as a party in the bookkeeping system.


Access Request (POST)

Request

ENDPOINT
/issuer_management/issuer/data_access_request
METHOD
POST

Request Body

Request Body
{
"document_number": "96.146.194/0001-07",
}

Response

STATUS
201
Response Body
{
"issuer_key": "07b1ac01-5fc4-475f-930b-19595f24bc1e",
"name": "Fabrica Exemplo S.A.",
"document_number": "96.146.194/0001-07",
"status": "approved",
"backoffice_analysis_status": "approved",
"person_type": "legal",
"trading_name": "Fabrica Comércio",
"cnae_code": "62.02-3-00",
"company_type": "sa",
"foundation_date": "2000-01-01",
"address": {
"street": "Rua das Empresas",
"neighborhood": "Centro",
"number": "123",
"postal_code": "01001-000",
"city": "São Paulo",
"state": "SP",
"complement": "Sala 101"
},
"registration_datetime": "2025-01-23T13:47:57.354528",
"expiration_date": "2026-01-23",
"signer_group_list": [
{
"signer_group_key": "123e4567-e89b-12d3-a456-426614174000",
"minimum_required_signers": 2,
"signers": [
{
"name": "João da Silva",
"document_number": "123.456.789-01",
"email": "joao.silva@email.com",
"phone_number": "+5511999999999",
"is_group_mandatory": true
},
{
"name": "Maria Souza",
"document_number": "123.456.789-01",
"email": "maria.souza@email.com",
"phone_number": "+5511988888888",
"is_group_mandatory": false
}
]
}
],
"bank_account_list": [
{
"bank_account_key": "123e4567-e89b-12d3-a456-426614174000",
"account_number": "12345678",
"account_digit": "1",
"account_branch": "1234",
"financial_institution_code_number": "001",
"financial_institution_ispb": "00000000",
"account_type": "checking"
}
],
"issuer_representative_list": [
{
"issuer_representative_key": "123e4567-e89b-12d3-a456-426614174000",
"name": "João da Silva",
"document_number": "123.456.789-01",
"document_identification_number": "987654321",
"marital_status": "single",
"property_system": "partial_communion_of_goods",
"birthdate": "1990-01-01",
"nationality": "BRA",
"mother_name": "Maria da Silva",
"father_name": "José da Silva",
"occupation": "Advogado",
"is_pep": false,
"address": {
"street": "Rua das Empresas",
"neighborhood": "Centro",
"number": "123",
"postal_code": "01001-000",
"city": "São Paulo",
"state": "SP",
"complement": "Sala 101"
},
"related_party_type": "attorney",
"annual_revenues": 150000,
"issuer_representative_document_list": [
{
"document_key": "123e4567-e89b-12d3-a456-426614174000",
"document_type": "cnh",
"ocr_key": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
],
"issuer_contact_information_list": [
{
"name": "João da Silva",
"document_number": "123.456.789-01",
"email": "joao.silva@email.com",
"phone_number": "+5511999999999"
}
],
"issuer_document_list": [
{
"document_key": "123e4567-e89b-12d3-a456-426614174000",
"document_type": "proof_of_address",
"ocr_key": "123e4567-e89b-12d3-a456-426614174000"
}
],
"issuer_analysis_list": [],
"payment_bank_account": {
"account_number": "19500",
"account_digit": "7",
"account_branch": "0001"
}
}

Response Body Params

FieldTypeDescriptionMax Characters
issuer_keystringUnique issuer identifier.36
namestringFull issuer name.255
document_numberstringIssuer document number (CNPJ).14
statusstringIssuer statusstatus Enumerators
backoffice_analysis_statusstringBackoffice analysis status.-
person_typestringPerson type (legal or natural).-
trading_namestringIssuer trade name.1023
cnae_codestringIssuer CNAE code.10
company_typestringCompany type Accepted: ´sa´, ´ltda´, ´cop´50
foundation_datestringIssuer foundation date.-
signer_group_listarrayList of signer groups associated with the issuer.-
bank_account_listarrayList of bank accounts associated with the issuer.-
issuer_representative_listarrayList of issuer representatives.-
issuer_contact_information_listarrayList of contact information associated with the issuer.-
issuer_document_listarrayList of documents registered for the issuer.-
address *stringObject referencing the addressaddress object

Address Object

FieldTypeDescriptionMax Characters
street *stringStreet name of the company address.500
neighborhoodstringNeighborhood name of the company address.100
number *stringAddress number.10
postal_code *stringAddress postal code (numbers only).8
city *stringCity name of the address.255
state *stringState abbreviation (2 characters).2
complementstringAddress complement, if applicable.100

status Enumerators

EnumDescription
in_fillingIn filling
in_analysisUnder analysis
canceledCanceled
approvedApproved
reprovedRejected
expiredExpired

payment_bank_account Object

FieldTypeDescriptionMax Characters
account_digit *stringBank account digit.-
account_branch *stringBank branch.-
account_number *stringBank account number.-