跳到主要内容

获取账户信息


Request

ENDPOINT
/cash_account/fund_class/FUND_CLASS_KEY/accounts
MÉTODO
GET

Response

STATUS
200
Response Body
{
{
"data":[
{
"account_key":"fdbe66e9-4b1d-4254-8473-523b8d3587be",
"account_type":"checking_account",
"financial_institution":{
"ispb":"32402502",
"code":"329",
"name":"QI Sociedade de Crédito Direto"
},
"account_status":"open",
"account_number":"999999",
"account_digit":"9",
"account_branch":"0001",
"accounting_identification":1,
"balance":0,
"owner":{
"name":"FUNDO DE INVESTIMENTO EM DIREITOS CREDITORIOS",
"document_number":"16.958.441/0001-30"
},
"owner_document_number":"16.958.441/0001-30"
},
{
"account_key":"e40dd24e-4341-4736-a868-f3e767dd6c31",
"account_type":"checking_account",
"financial_institution":{
"ispb":"32402502",
"code":"329",
"name":"QI Sociedade de Crédito Direto"
},
"account_status":"open",
"account_number":"77777",
"account_digit":"7",
"account_branch":"0001",
"accounting_identification":2,
"balance":0,
"owner":{
"name":"FUNDO DE INVESTIMENTO EM DIREITOS CREDITORIOS",
"document_number":"16.958.441/0001-30"
},
"owner_document_number":"16.958.441/0001-30"
}
],
"limit":10,
"page":0,
"is_last_page":true
}
}

Response Fields

字段类型描述
dataarrayAccount 对象列表
limitint每页返回对象数量上限
pageint已返回页码
is_last_pageboolean表示已返回页面是否为最后一页

Account

字段类型描述字符数
account_keystring系统中账户唯一标识键36
account_typestring账户类型最多50
financial_institutionJSON金融机构对象-
account_statusstring账户状态最多50
account_numberstring账户号码最多50
account_digitstring账户校验位1
account_branchstring支行编号最多50
accounting_identificationint账户序列标识符-
balanceint当前账户余额-
ownerJSON持有人对象-
owner_document_numberstring持有人证件号14或18
注意

余额通过将元和分拼接提供,例如:1234 = R$ 12,34

Financial institution

字段类型描述字符数
ispbstring巴西支付系统标识符8
codestring金融机构代码3
namestring金融机构名称最多255

Owner

字段类型描述字符数
namestring持有人姓名最多255
document_numberstring持有人证件号14或18