/
FI
fint
/
Fint API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 2mo ago
Details
Filter operations
Contactos
14
Etiquetas
2
Eventos
7
Facturas
4
get
Obtener facturas paginadas
post
Crear una nueva factura
get
Obtener una factura por ID
delete
Eliminar una factura
Health
1
Mercado Pago Point
3
Pagos
1
Webhook
8
Facturas
Obtener una factura por ID
Obtener una factura por su ID
get
/invoice/{invoiceId}
Path parameters
invoiceId
number
required
Response
Retorna la factura solicitada
object
required
id
number
required
totalAmount
string
required
totalPaid
string
required
totalPending
string
required
totalMora
string
required
interestPaid
string
required
interestSnapshot
string
required
interestSnapshotDate
string
nullable
required
status
'DRAFT'
|
'PENDING'
|
'PAID'
|
'CANCELED'
|
'PARTIALLY_PAID'
|
'BONIFIED'
required
description
string
nullable
required
date
string
required
expirationDate
string
required
settlement
object
nullable
required
lastPaymentDate
string
nullable
required
paymentMethod
string
nullable
isManualPayment
boolean
uniqueId
string
nullable
required
applyInterest
boolean
required
externalReference
string
nullable
required
contact
object
required
payments
object[]
payerContacts
object[]
files
object[]
activities
object[]
items
object[]
required
notes
object[]
subscriptionId
number
nullable
required
source
'SETTLEMENT'
|
'IMPORT'
|
'MANUAL'
|
'SUBSCRIPTION'
|
'EVENT'
|
'POS'
required
serviceCost
object
nullable
required
Changes