cURL
curl --request GET \ --url https://api.syntage.com/invoices/credit-note/{id} \ --header 'X-API-Key: <api-key>'
{ "@context": "/contexts/InvoicePayment", "@id": "/invoices/credit-note/91106968-1abd-4d64-85c1-4e73d96fb997", "@type": "InvoicePayment", "appliedInvoice": "/invoices/91106968-1abd-4d64-85c1-4e73d96fb997", "issuedInvoice": "/invoices/91106968-1abd-4d64-85c1-4e73d96fb997", "issuedAt": "2023-11-07T05:31:56Z", "proportionalRate": 19.8, "amount": 19.8, "issuedInvoiceTotal": 19.8, "canceledAt": "2023-11-07T05:31:56Z", "createdAt": "2020-01-01T12:15:00.000Z", "updatedAt": "2020-01-01T12:15:00.000Z" }
Your API key is available in the Production and Sandbox dashboards.
Invoice credit note resource response
The response is of type object.
object