Access account information.
Aritma Banking API (1.0.0)
API versioning
Over time there will be introduced changes to the API as we continuously introduce improvements.
You have the option to use a specific version or the most recent version, supported versions are
available in the response header api-supported-versions.
Use a specific version of the API by specifying the api-version header, for example api-version: 1.0.
If you don't specify the header, the latest version will be used.
If a version has been scheduled to be removed, it will be reported through the api-deprecated-versions header, for example api-deprecated-versions: 1.0, 1.1.
Idempotency
The API supports idempotency for safely retrying POST requests without accidentally performing the operation twice.
To perform an idempotent request, specify the Idempotency-Key: UUID header with a value on UUID format,
example: Idempotency-Key: 5bfa15da-0969-46a3-820d-be0ec7a16c24.
The idempotency works by storing the status code and body of the first response made for the idempotency key for a short timespan,
regardless of whether if succeeds or fails. Subsequent request with the same key returns the response of the previous response.
The presence of response header Idempotent-Replayed: true indicates that a previous response has been returned.
Note that the replayed responses for created resources would change from status 201 to 200 ok,
indicating that no resource was created.
Obtaining a consent is the first thing you need to do in order to access bank information.
Start by sending a request to the create consent endpoint which will return a link you can redirect the user to. When the user visits the link, we will gather the necessary information needed to obtain a consent linked to the chosen bank.
When a consent has been obtained you can use it to access data through the available endpoints, keep in mind that a consent can potentially be withdrawn by the user at any point.
Id of the subscription to use. Only supported for Channel-Type openBanking.
Name of the resource group to use in the specified subscription. Only supported for Channel-Type openBanking
Resource scopes to use, mutually exclusive with subscriptionId.
/: Use all resources available./subscriptions/7fdf00601dfb: Use all resources in subscription 7fdf00601dfb./subscriptions/7fdf00601dfb/resource-groups/my-company: Use all resources within subscription 7fdf00601dfb and resource-group my-company.
- application/json
- text/json
- application/*+json
Payment details
IBAN of the account
BBAN of the account - ISO 20022
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-openapi/bulk-payments/{paymentProduct}
- https://banking.dev.zdata.io/api/bulk-payments/{paymentProduct}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
- application/json
- text/json
- application/*+json
{ "debtorAccount": { "iban": "FR7612345987650123456789014", "bban": "BARC12345612345678", "other": { … }, "currency": "EUR" }, "debtorName": null, "debtorAddress": { "streetName": null, "buildingNumber": null, "postCode": null, "townName": null, "country": "string" }, "batchBookingPreferred": true, "requestedExecutionDate": null, "paymentLines": [ { … } ] }
Created
Status of the payment
| Enum Value | Description |
|---|---|
| accc | |
| accp | |
| acsc | |
| acsp | |
| actc | |
| acwc | |
| acwp | |
| rcvd | |
| pdng | |
| rjct | |
{ "paymentId": "A30D7108-A584-4C32-95ED-8FF4BB5A7C2C", "transactionStatus": "pdng", "_links": { "self": { … }, "status": { … }, "startAuthorization": { … }, "scaRedirect": { … } }, "payments": [ { … } ] }
Only payments created before this date will be fetched, should be a later date than createdAtDateFrom
Only payments updated after this date will be fetched, payments that have never been updated will also be fetched
Only payments updated before this date will be fetched, payments that have never been updated will also be fetched, should be a later date than updatedAtDateFrom if it is specified
Status of the payments to fetch
| Enum Value | Description |
|---|---|
| accc | |
| accp | |
| acsc | |
| acsp | |
| actc | |
| acwc | |
| acwp | |
| rcvd | |
| pdng | |
| rjct | |
Id of the subscription to use. Only supported for Channel-Type openBanking.
Name of the resource group to use in the specified subscription. Only supported for Channel-Type openBanking
Resource scopes to use, mutually exclusive with subscriptionId.
/: Use all resources available./subscriptions/7fdf00601dfb: Use all resources in subscription 7fdf00601dfb./subscriptions/7fdf00601dfb/resource-groups/my-company: Use all resources within subscription 7fdf00601dfb and resource-group my-company.
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-openapi/bulk-payments/{paymentProduct}
- https://banking.dev.zdata.io/api/bulk-payments/{paymentProduct}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payload{ "payments": [ { … } ], "_links": { "next": { … }, "previous": { … } } }
Id of the subscription to use. Only supported for Channel-Type openBanking.
Name of the resource group to use in the specified subscription. Only supported for Channel-Type openBanking
Resource scopes to use, mutually exclusive with subscriptionId.
/: Use all resources available./subscriptions/7fdf00601dfb: Use all resources in subscription 7fdf00601dfb./subscriptions/7fdf00601dfb/resource-groups/my-company: Use all resources within subscription 7fdf00601dfb and resource-group my-company.
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-openapi/bulk-payments/{paymentProduct}/{paymentId}
- https://banking.dev.zdata.io/api/bulk-payments/{paymentProduct}/{paymentId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadOK
Status of the payment
| Enum Value | Description |
|---|---|
| accc | |
| accp | |
| acsc | |
| acsp | |
| actc | |
| acwc | |
| acwp | |
| rcvd | |
| pdng | |
| rjct | |
{ "paymentId": "A30D7108-A584-4C32-95ED-8FF4BB5A7C2C", "transactionStatus": "pdng", "tppMessage": [ { … } ], "requestedExecutionDate": null, "debtorAccount": { "iban": "FR7612345987650123456789014", "bban": "BARC12345612345678", "other": { … }, "currency": "EUR", "pan": 5409050000000000, "maskedPan": "123456xxxxxx1234", "msisdn": "+491701234567" }, "debtorName": null, "debtorAddress": { "streetName": null, "buildingNumber": null, "postCode": null, "townName": null, "country": "string" }, "createdAt": null, "updatedAt": null, "_links": { "self": { … }, "status": { … }, "startAuthorization": { … }, "scaRedirect": { … }, "next": { … }, "prev": { … } }, "batchBookingPreferred": true, "payments": [ { … } ] }
Id of the subscription to use. Only supported for Channel-Type openBanking.
Name of the resource group to use in the specified subscription. Only supported for Channel-Type openBanking
Resource scopes to use, mutually exclusive with subscriptionId.
/: Use all resources available./subscriptions/7fdf00601dfb: Use all resources in subscription 7fdf00601dfb./subscriptions/7fdf00601dfb/resource-groups/my-company: Use all resources within subscription 7fdf00601dfb and resource-group my-company.
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-openapi/{paymentService}/{paymentProduct}/{paymentId}/status
- https://banking.dev.zdata.io/api/{paymentService}/{paymentProduct}/{paymentId}/status
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadOK
Status of the payment
| Enum Value | Description |
|---|---|
| accc | |
| accp | |
| acsc | |
| acsp | |
| actc | |
| acwc | |
| acwp | |
| rcvd | |
| pdng | |
| rjct | |
{ "paymentId": "A30D7108-A584-4C32-95ED-8FF4BB5A7C2C", "transactionStatus": "pdng", "tppMessage": [ { … } ], "_links": { "self": { … }, "status": { … }, "startAuthorization": { … }, "scaRedirect": { … } } }
Request
This endpoint is used to cancel/delete a payment resource based on the provided service, product, and payment Id.
Id of the subscription to use. Only supported for Channel-Type openBanking.
Name of the resource group to use in the specified subscription. Only supported for Channel-Type openBanking
Resource scopes to use, mutually exclusive with subscriptionId.
/: Use all resources available./subscriptions/7fdf00601dfb: Use all resources in subscription 7fdf00601dfb./subscriptions/7fdf00601dfb/resource-groups/my-company: Use all resources within subscription 7fdf00601dfb and resource-group my-company.
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-openapi/{paymentService}/{paymentProduct}/{paymentId}
- https://banking.dev.zdata.io/api/{paymentService}/{paymentProduct}/{paymentId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadAccepted
Status of the payment
| Enum Value | Description |
|---|---|
| accc | |
| accp | |
| acsc | |
| acsp | |
| actc | |
| acwc | |
| acwp | |
| rcvd | |
| pdng | |
| rjct | |
{ "paymentId": "A30D7108-A584-4C32-95ED-8FF4BB5A7C2C", "transactionStatus": "pdng" }
Id of the subscription to use. Only supported for Channel-Type openBanking.
Name of the resource group to use in the specified subscription. Only supported for Channel-Type openBanking
Resource scopes to use, mutually exclusive with subscriptionId.
/: Use all resources available./subscriptions/7fdf00601dfb: Use all resources in subscription 7fdf00601dfb./subscriptions/7fdf00601dfb/resource-groups/my-company: Use all resources within subscription 7fdf00601dfb and resource-group my-company.
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-openapi/payments/{paymentProduct}/{paymentId}
- https://banking.dev.zdata.io/api/payments/{paymentProduct}/{paymentId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadOK
Status of the payment
| Enum Value | Description |
|---|---|
| accc | |
| accp | |
| acsc | |
| acsp | |
| actc | |
| acwc | |
| acwp | |
| rcvd | |
| pdng | |
| rjct | |
Instructed amount
The three-letter currency code of the amount - ISO 4217
Creditor account
IBAN of the account
BBAN of the account - ISO 20022
BICFI
Information about a clearing system member, which might be required for payments to non EEA member states.
Unstructured remittance information
Reference that can be used for choosing what payments will be bundled together
{ "paymentId": "A30D7108-A584-4C32-95ED-8FF4BB5A7C2C", "transactionStatus": "pdng", "tppMessage": [ { … } ], "requestedExecutionDate": null, "debtorAccount": { "iban": "FR7612345987650123456789014", "bban": "BARC12345612345678", "other": { … }, "currency": "EUR", "pan": 5409050000000000, "maskedPan": "123456xxxxxx1234", "msisdn": "+491701234567" }, "debtorName": null, "debtorAddress": { "streetName": null, "buildingNumber": null, "postCode": null, "townName": null, "country": "string" }, "createdAt": null, "updatedAt": null, "_links": { "self": { … }, "status": { … }, "startAuthorization": { … }, "scaRedirect": { … } }, "endToEndIdentification": null, "instructedAmount": { "currency": "NOK", "amount": 3632.78 }, "creditorAccount": { "iban": "FR7612345987650123456789014", "bban": "BARC12345612345678", "other": { … }, "currency": "EUR" }, "creditorAgent": "DNBANOKK", "creditorAgentCountryCode": "NO", "creditorAgentClearingSystem": { "memberId": "USABA123456789" }, "creditorName": "Ola", "creditorAddress": { "streetName": null, "buildingNumber": null, "postCode": null, "townName": null, "country": "string" }, "remittanceInformationUnstructured": "message", "remittanceInformationStructured": { "reference": 777588823, "referenceType": "SCOR", "referenceIssuer": null }, "remittanceInformationStructuredArray": null, "purposeCode": null, "purposeProprietary": null, "regulatoryReportingAmount": { "currency": "NOK", "amount": 3632.78 }, "regulatoryReportingCode": 26, "regulatoryReportingInformation": "Rent", "bundleReference": "bundle-id-123456789", "instructionPriority": "normal" }