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
Sandbox - POST <https://api.sandbox.aerosync.com/v2/accounts/{{user_id}}/transactions>
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
Parameter | Required? | Type | Description |
---|---|---|---|
user_id | Yes | String | A user's account unique identifier |
Request and Response
POST https://api.staging.aerosync.com/v2/accounts/{{user_id}}/transactions
Authorization: Bearer {{token}}
{
"status": "success",
"statusCode": 200,
"identityStatus": "Initiated",
"jobId": "TRN-60f653edbb2d41c69769e8bb3acc97cc",
"userId": "6dfced929d1d4578a750da8155b6fb6a"
}
Updated about 1 month ago