SendRegning

Get unpaid invoices from SendRegning

Verison: 1.0 (read more)
1
GET /billing/invoices/unpaid
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "items": [
        {
            "invoiceNumber": 234,
            "invoiceDate": "2017-01-01",
            "dueDate": "2017-01-01",
            "total": 63.75,
            "feesAndInterest": 0.00,
            "paid": 63.75,
            "balance": 0.00,
            "_links": {
                "invoice": {
                    "pdf": "/download/i/2376330/AnfAbjTXXAPnAnXAfPA6aTcdAnPAedWg6AbgAfdAlfAflWg5"
                },
                "dunnings": [
                  {
                    "type": "1Dunning",
                    "pdf": "/download/i/2802695/A8nAlXAnjAd6WjXA6dWbcWjnAnPWgPAjcWPcWPbAdlTc7A8g\u0026dt\u003d1Dunning"
                  },                  
                  {
                    "type": "2Dunning",
                    "pdf": "/download/i/2802695/A8nAlXAnjAd6WjXA6dWbcWjnAnPWgPAjcWPcWPbAdlTc7A8g\u0026dt\u003d1Dunning"
                  }                  
                  ]
            }
        }
    ],
    "summary": {
         "total": 154.34,
         "feesAndInterest": 23.43,
         "paid": 21.20,
         "balance": 123.23
    },
    "paymentDetails": {
         "balance": 0.00,
         "total": 87.50,
         "kid": "007408690049548499",
         "accountNumber": "50100640136"
    }
}

Response

HTTP/1.1 200 OK