Boleto de Cobrança
Essa opção permite aos usuários realizar cobranças por meio de guias de pagamento.
Novo Boleto de Cobrança
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"type": "CHARGE",
"ourNumber": "000000000169",
"documentNumber": "000000000169",
"amount": 1,
"dueAt": "2022-06-15T03:00:00.000Z",
"barCode": "65591901700000001000000002933500000000016900",
"digitableLine": "65590.00002 02933.500007 00000.169003 1 90170000000100",
"customerName": "Customer Name",
"customerDocument": "Customer Document",
"customerZipCode": "00000000",
"customerState": "XX",
"url": "https://sandboxboletos.fitbank.com.br/boleto/2022-06-15/qyhu0mpf.pdf",
"id": "a44be28c-7df2-4c6b-be39-b3a9b460e8fb",
"date": "2022-06-15T15:47:17.499Z"
}{
"statusCode": 400,
"error": "Bad Request",
"message": "Validation failed",
"validation": {
"body": {
"source": "body",
"keys": [
"amount"
],
"message": "\"amount\" must be a positive number"
}
}
}Listar boletos gerados
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?
