curl --request GET \
--url https://api.syntage.com/invoices/payments \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/InvoicePayment",
"@id": "/invoices/payments",
"@type": "hydra:Collection",
"hydra:member": [
{
"@id": "/invoices/payments/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "InvoicePayment",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"invoiceUuid": "def404af-5eef-4112-aa99-d1ec8493b89a",
"currency": "MXN",
"exchangeRate": 19.8,
"installment": 3,
"previousBalance": 53249.8,
"amount": -53249.8,
"outstandingBalance": 0,
"invoice": "/invoices/91106968-1abd-4d64-85c1-4e73d96fb997",
"batchPayment": "/invoices/batch-payments/91106968-1abd-4d64-85c1-4e73d96fb997",
"canceledAt": "2023-11-07T05:31:56Z",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
],
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:next": "/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[lt]=9b8e5365-0b36-45f5-9c76-fbe439632367",
"hydra:last": "/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[gt]=9b8e5365-0b36-45f5-9c76-fbe439632367"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}List all invoice payments related to deferred invoices.
curl --request GET \
--url https://api.syntage.com/invoices/payments \
--header 'X-API-Key: <api-key>'{
"@context": "/contexts/InvoicePayment",
"@id": "/invoices/payments",
"@type": "hydra:Collection",
"hydra:member": [
{
"@id": "/invoices/payments/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "InvoicePayment",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"invoiceUuid": "def404af-5eef-4112-aa99-d1ec8493b89a",
"currency": "MXN",
"exchangeRate": 19.8,
"installment": 3,
"previousBalance": 53249.8,
"amount": -53249.8,
"outstandingBalance": 0,
"invoice": "/invoices/91106968-1abd-4d64-85c1-4e73d96fb997",
"batchPayment": "/invoices/batch-payments/91106968-1abd-4d64-85c1-4e73d96fb997",
"canceledAt": "2023-11-07T05:31:56Z",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
],
"hydra:view": {
"@id": "<string>",
"@type": "hydra:PartialCollectionView",
"hydra:next": "/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[lt]=9b8e5365-0b36-45f5-9c76-fbe439632367",
"hydra:last": "/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[gt]=9b8e5365-0b36-45f5-9c76-fbe439632367"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}Your API key is available in the Production and Sandbox dashboards.
The collection cursor pointer to the next page
The collection cursor pointer to the previous page
The number of items per page
1 <= x <= 1000Invoice payment collection response
Show child attributes
Invoice Payment IRI reference
"/invoices/payments/91106968-1abd-4d64-85c1-4e73d96fb997"
Invoice Payment ID
"91106968-1abd-4d64-85c1-4e73d96fb997"
The related deferred Invoice UUID (Folio fiscal)
"def404af-5eef-4112-aa99-d1ec8493b89a"
ISO 4217 alphabetic currency code
3"MXN"
Set when currency is different than MXN (Mexican Peso).
19.8
Payment installment
3
Amount before the payment
53249.8
When the invoice issuer is the same taxpayer than the Entity it is considered an income and the sign is positive by the other hand when it is different the amount is considered as expense and the sign is negative
-53249.8
Due amount after a payment
0
Invoice IRI reference
"/invoices/91106968-1abd-4d64-85c1-4e73d96fb997"
Invoice Batch Payment IRI reference
"/invoices/batch-payments/91106968-1abd-4d64-85c1-4e73d96fb997"
Set when the payment invoice is canceled
Date and time the resource was created
"2020-01-01T12:15:00.000Z"
Date and time the resource was last updated
"2020-01-01T12:15:00.000Z"
Pagination information
Show child attributes
Current page IRI reference
Next page IRI reference. This property is omitted if there is no pagination.
"/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[lt]=9b8e5365-0b36-45f5-9c76-fbe439632367"
Last page IRI reference. This property is omitted if there is no pagination.
"/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[gt]=9b8e5365-0b36-45f5-9c76-fbe439632367"
Show child attributes