Skip to main content

Consent based access

For consent based access, use the consent_id from the response of the App Screen request to access the transactions.

Using the access token requested in the authentication chapter, retrieve the transactions using endpoint:

https://api.enablenow.nl/cfa/transactions

Use the following request parameters:

ParameterRequiredDescription
consentIdRequiredThe Consent ID (retrieved as parameter from the consent redirect URI)
pageSizeOptional (default 100, maximum 1000)The number of results retrieved per page
pageTokenOptional (default empty)The pagetoken retrieves a specific result page. Leave empty to receive first page.
dateFromOptional (default empty)The DateFrom is used to retrieve transactions that are made from that date. Transaction history is available up to 18 months from the date consent is given. The format of the parameter can be a date string in the format: "yyyy-MM-dd" for example: 2023-04-22 or it can be a UTF date time string based on ISO 8601, for example: 2023-04-22T14:30:10Z
dateToOptional (default empty)The DateTo is used to retrieve transactions that are made till that date. The format of the parameter can be a date string in the format: "yyyy-MM-dd" for example: 2023-04-22 or it can be a UTF date time string based on ISO 8601, for example: 2023-04-22T14:30:10Z
orderByOptional (default transactionDateTime)The orderBy is used to sort the data based on this field.
Allowed values are:
  • id
  • accountNumber
  • description
  • transactionDateTime
  • amount
  • currency
  • counterpartDescription
  • counterpartAccountNumber
orderDirectionOptional (default DESC)The orderDirection is used specify the order direction.
Allowed values are:
  • DESC
  • ASC

The response is a response object of transactions