Factoring payables
Get factoring payables by ID, assignment of receivables.
Path parameters
idstring · uuidRequired
Responses
200
Factoring payable found
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /financing/factoring_payables/{id} HTTP/1.1
Host: api.sandbox.trio.com.br
Accept: */*
{
"issue_date": "2025-07-01",
"document_number": "12345",
"installment": "1",
"installment_due_date": "2025-08-01",
"installment_amount": 5000,
"document_supplier": "12345678000199",
"anticipation_status": "Created",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"hash_brcode": "3fa85f64-5717-4562-b3fc-2c963f66afa73fa85f64-5717-4562-b3fc-2c963f66afa7",
"invoice_installment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7"
}
Was this helpful?