Transaction Upload

Create a transaction upload job

Creates a new user and associates it with the products and transactions received in the body of the request.

post/uploads

Request body

Response

idstring UUID required

finX ID of transaction upload operation

status'QUEUED' | 'RUNNING' | 'FAILED' | 'AWAIT_AUTH' | 'COMPLETED' required

The processing state that the work item currently is in.

created_atEndedAt required— unresolved $ref
ended_atstring date-time
started_atEndedAt — unresolved $ref
access_tokenstring required

The access token for the current user as JSON Web Token according to RFC7519. It has a variable length and it is highly advised to not limit the size of the database field in your storage backend. If you have to specify a size for the corresponding database field a choice of at least 2048 bytes is highly recommended.