post https://dev-openbanking.pub.credrails.com/api/v2/transactions
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
- You have acquired the necessary consent from the user
- You have the TPA access token for this.
- JWT token
{
"requestId": "string",
"tpaAccessToken": "string",
"dateFrom": "2022-04-04",
"dateTo": "2022-04-04",
"callbackUrl": "https://your-callback-url"
}