Step 1 - Create Job to Retrieve Transaction History

Overview

If you are retrieving transaction history information for the first time, or if you want to ensure that you have the most up-to-date information from the financial institution, you will need to create an transaction history job.

Create Transaction History Job

HTTP Request

Staging - POST https://api.staging.aerosync.com/v2/accounts/{{user_id}}/transactions

Production - POST https://api.aerosync.com/v2/accounts/{{user_id}}/transactions

Request Parameters

ParameterRequired?TypeDescription
user_idYesStringA user's account unique identifier

Request and Response

GET https://api.staging.aerosync.com/v2/accounts/{{user_id}}/transactions
Authorization: Bearer {{token}}

{
    "status": "success",
    "statusCode": 200,
    "identityStatus": "Initiated",
    "jobId": "TRN-60f653edbb2d41c69769e8bb3acc97cc",
    "userId": "6dfced929d1d4578a750da8155b6fb6a"
}