Before you start
- Obtain a Sandbox access token using the Quickstart guide.
- Confirm that TRACES has processed the relevant Form 140 or Form 144 statement and made the certificates available. This applies whether you filed through Sandbox or elsewhere.
- Keep the TAN and its TRACES password ready.
Generate the certificates
Add the TRACES credentials
Add the TAN and its password with the Add TRACES credentials endpoint.Skip this step if valid credentials are already saved for the TAN. To replace saved credentials, follow the credential endpoint instructions.
Create a Form 131 certificate job
Call the Create TDS or TCS certificate job endpoint with Save
131 in the path. Set the JSON form field to "131".data.job_id from the response. You need this value to check the job status.Check the certificate job status
Call the Get TDS certificate job status endpoint with the Continue polling while the status is
job_id from the submit response.created, queued, or in_progress. When the status is failed, read data.message for the reason. Stop and resolve the error before submitting another job.Related API operations
- Search certificate jobs to find previous requests for a TAN and period.
- Certificate webhooks to receive job completion updates instead of polling.