Submitting a transaction to the EU information system involves multiple steps.
First, when you submit a transaction using the PUT /transaction/{id}/submit endpoint, the status is set to TO_SUBMIT.
Within approximately five minutes, our asynchronous processing system picks up the job and submits the transaction to the EU information system TRACES. Once the submission is successful, the status updates to SUBMITTED.
The current status of a transaction can be checked at any time by polling the: GET /transaction/{id} endpoint.
Currently, all transactions are submitted to the TRACES Acceptance environment, which is a test environment and not legally binding.
Submit a transaction to be sent to traces.
put
Update the status property of a transaction to TO_SUBMIT.