The transactions request enables us to get all transactions from a specific bank account.

Scenario
You have consent from user A to access her Bank A account.You will therefore receive transactions of the specified period of that bank account.

Prerequisites

  1. You have acquired the necessary consent from the user
  2. You have the TPA access token for this.
  3. JWT token
{
  "requestId": "string",
  "tpaAccessToken": "string",
  "dateFrom": "2022-04-04",
  "dateTo": "2022-04-04",
  "callbackUrl": "https://your-callback-url"
 }
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!