Skip to main content

Account​

Example​

 "accounts": [
{
"accountId": "37872256",
"purchaseIdentifier": "83629195",
"moved": false,
"currentInvoice": {
"invoiceNumber": "83629195",
"paymentStatus": "NotPaid",
"totalAmount": 700.38,
"invoiceState": "First",
"createdAt": "2021-05-12T06:22:01.9099393+02:00",
"dueDate": "2021-06-30T23:59:59+02:00",
"sentAt": null
},
"invoices": [
{
"invoiceNumber": "83629195",
"paymentStatus": "NotPaid",
"totalAmount": 700.38,
"invoiceState": "First",
"createdAt": "2021-05-12T06:22:01.9099393+02:00",
"dueDate": "2021-06-30T23:59:59+02:00",
"sentAt": null
}
]
}
]

Properties​

PropertyExplanation
accountIdThe account identifier
purchaseIdentifierThe purchase identifier
movedIf the debt was moved
currentInvoiceThe currently active invoice (notification) for this account
invoicesAn array of all invoices (notification) on this account