Skip to content

Boleto API

列出 Boleto

GET /api/boletos

查询参数

参数类型描述
statusstring按状态筛选
pageinteger页码
per_pageinteger每页数量

创建 Boleto

POST /api/boletos

请求体

字段类型必填描述
beneficiarioobject收款人(Cedente)信息
pagadorobject付款人(Sacado)信息
valorinteger金额(分)
vencimentostring到期日 (YYYY-MM-DD)

获取 Boleto 详情

GET /api/boletos/:id

返回包含条形码和可输入行在内的完整 Boleto 信息。

Documentação da API FluxiQ NPC