Get pre-settlement detail
GET/v1/pre-settlements/:originInvoiceGroupId
Read one pre-settlement by your own origin_invoice_group_id. Returns its status, the settlement_number and delivery_responsible, the list of invoices it groups (each with its package_status, external_id and account_id) and the files attached to the bundle.
This is how you confirm what generate actually produced, since generate itself returns no body.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Pre-settlement not found
Internal Server Error