Atrium API
Categorize Transactions
Use this endpoint to gather an extended transaction history for a particular member. This longer history can then be accessed though the standard transaction endpoints.
For more information on this and other aggregation-type processes, please see our developer guides.
Errors
- If an extended history job is already running, a
202 Acceptedstatus will be returned. - If an institution does not support extended history, a
400 Bad Requesterror will be returned. - If extended history is not enabled, a
403 Forbiddenstatus will be returned. If you see403 Forbiddenbut the member'sinstitutionnevertheless shows that extended history is enabled, please contact support by submitting a ticket. - If another aggregation-type process is already running — like standard aggregation or instant account verification — a
409 Conflictwill be returned.
POST
/users/{user_guid}/members/{member_guid}/extend_history
Request sample
Language:sh
Response sample
Language:json