Company Id
API Reference
/- Get receivables for a given file. Only valid with client credentials flow
Get incoming payments
Change state of all receivables in batch.
Update transaction state
Get receivables for a giv...
Aritma Banking API (v3)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.aritma.com/_mock/apis/banking/v3/openapi/bankservice-openapi
Open Banking API
https://bankservice.zdata.no
Open Banking API (Dev)
https://bankservicedemo.zdata.no
Security
client_credentials(Required scopes:
openid
profile
bankservice
) or implicit(Required scopes: openid
profile
bankservice
) or client_credentials_dev(Required scopes: openid
profile
bankservice
) or implicit_dev(Required scopes: openid
profile
bankservice
)- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v3/openapi/bankservice-openapi/api/v3/receivables/{companyId}/{state}
- Open Banking APIhttps://bankservice.zdata.no/api/v3/receivables/{companyId}/{state}
- Open Banking API (Dev)https://bankservicedemo.zdata.no/api/v3/receivables/{companyId}/{state}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadResponse
- text/plain
- application/json
- text/json
{
"State": 0,
"Receivables": [
{
"ReceivableId": "15757c4b-9fcf-4427-8933-fe5bdfa69f3f",
"EntryId": "067b2505-d2c1-43fe-bc08-337ee2693770",
"AccountNumber": "123456789012",
"DebtorAccountNumber": "098765432112",
"DebtorName": "Donald Duck",
"DebtorAddress": "Veien 12A",
"ArchiveReference": "1234",
"Description": "Submitted to Onkel Skrue",
"InvoiceNumber": "12345",
"BookingDate": "2026-03-24T12:08:23.0881616+01:00",
"ValueDate": "2026-03-24T12:08:23.0881629+01:00",
"Amount": 55,
"Currency": "NOK",
"BookedAmount": 65,
"AccountCurrency": "NOK",
"ChargeAmount": 10,
"ChargeCurrency": "NOK",
"Type": 0,
"BankTransactionCode": "PMNT-ICDT-DMCT"
}
],
"Total": 0
}Security
client_credentials(Required scopes:
openid
profile
bankservice
) or implicit(Required scopes: openid
profile
bankservice
) or client_credentials_dev(Required scopes: openid
profile
bankservice
) or implicit_dev(Required scopes: openid
profile
bankservice
)- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v3/openapi/bankservice-openapi/api/v3/receivables/{companyId}/batches/{batchId}/transactions
- Open Banking APIhttps://bankservice.zdata.no/api/v3/receivables/{companyId}/batches/{batchId}/transactions
- Open Banking API (Dev)https://bankservicedemo.zdata.no/api/v3/receivables/{companyId}/batches/{batchId}/transactions
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadResponse
- text/plain
- application/json
- text/json
{
"TotalCount": 1,
"Skip": 0,
"Take": 10,
"Items": [
{
"ReceivableId": "2177a2b0-bada-4d95-a759-3a81d25138c3",
"EntryId": "5fa5d083-b19f-4a96-91f0-bc41d98da5d9",
"AccountNumber": "123456789012",
"DebtorAccountNumber": "098765432112",
"DebtorName": "Donald Duck",
"DebtorAddress": "Veien 12A",
"ArchiveReference": "1234",
"Description": "Submitted to Onkel Skrue",
"InvoiceNumber": "12345",
"BookingDate": "2026-03-24T12:08:23.0886041+01:00",
"ValueDate": "2026-03-24T12:08:23.0886054+01:00",
"Amount": 55,
"Currency": "NOK",
"BookedAmount": 65,
"AccountCurrency": "NOK",
"ChargeAmount": 10,
"ChargeCurrency": "NOK",
"Type": 0,
"BankTransactionCode": "PMNT-ICDT-DMCT"
}
]
}Security
client_credentials(Required scopes:
openid
profile
bankservice
) or implicit(Required scopes: openid
profile
bankservice
) or client_credentials_dev(Required scopes: openid
profile
bankservice
) or implicit_dev(Required scopes: openid
profile
bankservice
)- application/json-patch+json
- application/json
- text/json
- application/*+json
Update model
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v3/openapi/bankservice-openapi/api/v3/receivables/{companyId}/batches/{batchId}
- Open Banking APIhttps://bankservice.zdata.no/api/v3/receivables/{companyId}/batches/{batchId}
- Open Banking API (Dev)https://bankservicedemo.zdata.no/api/v3/receivables/{companyId}/batches/{batchId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
- application/json-patch+json
- application/json
- text/json
- application/*+json
{ "state": 0, "errorMessage": "string" }
Security
client_credentials(Required scopes:
openid
profile
bankservice
) or implicit(Required scopes: openid
profile
bankservice
) or client_credentials_dev(Required scopes: openid
profile
bankservice
) or implicit_dev(Required scopes: openid
profile
bankservice
)- application/json-patch+json
- application/json
- text/json
- application/*+json
Update model
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v3/openapi/bankservice-openapi/api/v3/receivables/update
- Open Banking APIhttps://bankservice.zdata.no/api/v3/receivables/update
- Open Banking API (Dev)https://bankservicedemo.zdata.no/api/v3/receivables/update
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
- application/json-patch+json
- application/json
- text/json
- application/*+json
{ "State": 2, "ErrorMessage": "Something failed", "Id": "511cdf4e-19ae-4234-acad-6478d88098b1" }