Quick Start - load transaction history to your app

The Transaction History Core (THC) service enables seamless access to a user's transaction history performed across Verestro-powered products.

By connecting to the server via a REST API, you can retrieve well-structured data representing end-user financial operations. THC itself does not generate transactions — instead, it aggregates them from multiple sources, such as:


thc-basic.drawio.png

Real-Time Access and Integration

Once connected, your application gains live access to current transaction data. You can use this data in numerous ways, including:

Flexible Data Retrieval

You can fetch transaction data in a flexible way:

Example

Loading transactions data is as simple as on example below below:

curl -X 'GET' \
  'https://services.upaidtest.pl/thc/external/transactions?userId=1&timestampFrom=2022-01-01&timestampTo=2025-01-01' \
  -H 'accept: */*'



Revision #2
Created 23 May 2025 12:17:11 by Wojciech Nowakowski
Updated 26 May 2025 09:00:50 by Wojciech Nowakowski