This endpoint retrieves a transaction’s output document, which is the result after Stedi has finished translating and mapping the input document. The output document can be in either X12 EDI or JSON format, depending on the direction of the transaction. For example:Documentation Index
Fetch the complete documentation index at: https://stedi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- If you send an 834 benefit enrollment to a payer, the output document will be an X12 EDI 834 benefit enrollment transaction.
- If a payer sends you an 835 ERA, the output document will be a JSON representation of the 835 ERA.
Response
This endpoint returns a302 Temporary redirect to the document download URL. Many HTTP clients will automatically follow this redirect, or have a simple follow redirects configuration to set. For example, using the -L or --location flag in cURL will automatically follow the redirect. In this case, the response body will contain the full transaction output document.
In the event you cannot, or chose not to automatically follow the redirect, the body of the response contains a JSON object with a single key documentDownloadUrl which contains a temporary URL to download the document. This URL is available for 60 minutes.