Greidsluskiptingar
Calculate fully amortized payment distributions
| API | Description |
|---|---|
| GET api/Greidsluskiptingar?seljandiId={seljandiId}&samtalsMedVsk={samtalsMedVsk}&greidslumati={greidslumati}&fjoldiGjalddaga={fjoldiGjalddaga}&fyrstiGjalddagi={fyrstiGjalddagi}&fresturEindaga={fresturEindaga} |
Get probable fully amortized payment distribution. |
Audkenni
| API | Description |
|---|---|
| GET api/Audkenni |
Get a complete list of registered claim identities for the default claimant |
Uppgjor
Settlements
| API | Description |
|---|---|
| GET api/Uppgjor?seljandiId={seljandiId}&dagsetningFra={dagsetningFra}&dagsetningTil={dagsetningTil} |
Get all of a vendor's settlements for a given timespan with a list of records that further detail the amounts. |
Seljendur
Vendors
| API | Description |
|---|---|
| GET api/Seljendur/{id} |
Get vendor information. |
| GET api/Seljendur |
Get Complete list of vendors the user has access to. |
| POST api/Seljendur |
Creates new vendor. |
| PUT api/Seljendur/{id} |
Edit a single vendor. |
Kaup
Purchases
| API | Description |
|---|---|
| GET api/Kaup/{id} |
Get a purchase by Id. |
| DELETE api/Kaup/{id}?astaeda={astaeda} |
Cancel all unpaid payments for a given purchase. |
| DELETE api/Kaup/{id} |
Cancel all unpaid payments for a given purchase. |
KostnadurNidurfellingar
Calculate accrued expenses for a given purchase
| API | Description |
|---|---|
| GET api/KostnadurNidurfellingar?kaupId={kaupId} |
Get accrued costs of purchase with the given purchase ID. |
KaupGreidslusedlar
Giro purchases
| API | Description |
|---|---|
| POST api/KaupGreidslusedlar |
Charge a purchase with a giro. Idempotency available by providing guid in Idempotency-Key header, idempotency life time is 24hours. |
Greidslur
Received payments
| API | Description |
|---|---|
| GET api/Greidslur |
Get a complete list of payments the user has received. |
| GET api/Greidslur?uppgjorsdagurFra={uppgjorsdagurFra}&uppgjorsdagurTil={uppgjorsdagurTil} |
Get a complete list of payments the user has received for a given settlement date timespan. |
| GET api/Greidslur?kaupId={kaupId} |
Get a list of payments that have been made to a purchase. |
| GET api/Greidslur?hreyfingardagurFra={hreyfingardagurFra}&hreyfingardagurTil={hreyfingardagurTil} |
Get a complete list of payments the user has received for a given transaction date timespan. |
Kredit
Credits
| API | Description |
|---|---|
| POST api/Kredit |
Add kredit to an order. |
KaupSearch
Purchases
| API | Description |
|---|---|
| POST api/KaupSearch |
Get purchases. |