Skip to main content

Get Issuer

This endpoint allows querying the complete details of an issuer registered in the system, using their unique key.


Request

ENDPOINT
/issuer_management/issuer/ISSUER-KEY
METHOD
GET

Path Params

FieldTypeDescriptionCharacters
ISSUER-KEYstringUnique issuer key (UUID v4).36

Response

STATUS
200
Response Body
{
"issuer_key": "07b1ac01-5fc4-475f-930b-19595f24bc1e",
"name": "Fabrica Exemplo S.A.",
"document_number": "96.146.194/0001-07",
"status": "in_filling",
"backoffice_analysis_status": "in_analysis",
"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": [],
"bank_account_list": [],
"issuer_representative_list": [],
"issuer_contact_information_list": [],
"issuer_document_list": [],
"issuer_analysis_list": [],
"payment_bank_account": {
"account_number": "19500",
"account_digit": "7",
"account_branch": "0001"
},
"annual_revenues": 150000,
"is_in_national_financial_system": false
}

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
annual_revenuesnumberIssuer's annual revenue declaration.-
is_in_national_financial_systembooleanIndicator if the issuer is part of the National Financial System.-

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
Warning

When registering an issuer, an internal account is reserved that will only be opened if an operation is completed.

payment_bank_account Object

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