Uploads transactions to a transaction upload session

Transactions can only be uploaded on a session that is in 'uploading' status. Transactions will be processed once the upload session is marked as complete. If there are existing transactions by 'transaction_id' already they will be filtered out and not uploaded.

Path Params
uuid
required
uuid
required
Body Params
uuid
required

Transaction account id the transactions should be associated with. This is the id retrieved from creating a transaction account.

transactions
array of objects
required

List of transactions for the account. Must contain unique transactions by 'transaction_id'.

transactions*
Responses
200

OK

202

The transactions were uploaded successfully.

404

The organization, transaction account or session could not be found.

422

The transaction upload session is in an invalid state.

Language
Response
Click Try It! to start a request and see the response here!