跳到主要内容

提交发行人文件

此端点允许提交与已登记发行人关联的文件。


Request

ENDPOINT
/issuer_management/issuer/ISSUER-KEY/document
MÉTODO
POST

Path Params

字段类型描述字符数
ISSUER-KEYstring发行人的唯一键(UUID v4)。36

Request Body

Request Body
{
"document_base64": "dGVzdGVfZG9jdW1lbnRfYmFzZTY0",
"document_type": "proof_of_address"
}

Request Body Params

字段类型描述最大字符数
document_base64 *stringBase64 编码的文件内容。-
document_type *string提交文件的类型。document_type 枚举

document_type 枚举

枚举值描述
proof_of_address地址证明
letter_of_attorney授权书
company_statute *公司章程或合同
commercial_board_certificate商业委员会证书
board_election_record董事会选举记录
manager_declaration经理声明
financial_statement财务报表
credit_report信用报告
manager_statement管理员声明
compliance_statement合规声明
cnpj_cardCNPJ 卡
additional_document附加文件
注意

所有登记均需提供 company_statute(公司章程)。

Response

STATUS
201
Response Body
{
"document_key": "123e4567-e89b-12d3-a456-426614174000",
"document_type": "proof_of_address",
"ocr_key": "6654f284-f690-4324-8c39-dcf0225ec8cf"
}

含义:文件已由 OCR 自动处理和验证。

注意

成功请求(提交成功)的响应有两种不同行为,取决于自动验证(OCR)的结果。

Response Body Params

字段类型描述最大长度
document_keystring提交文件的唯一标识符(UUID v4)。36
document_typestring提交文件的类型。document_type 枚举
ocr_keystring与提交文件关联的 OCR 键。36