Retrieve a mapped transaction’s output document
curl
using the -L
or --location
flag will automatically follow the redirect.
In the event you cannot, or chose not to automatically follow the redirect, the body of the 302 response contains a JSON object with a key documentDownloadUrl
which contains a temporary URL to download the document. This URL is good for 60 minutes.
API key authentication via the 'Authorization' header
A unique identifier for the mapping defined within Stedi. This ID can be found in your account's mappings list, or on the mapping details page.
26
A unique identifier for the processed transaction within Stedi. This ID is included in the transaction.processed.v2
event, or you can retrieve it manually from the transaction's details page within the Stedi app.
26
When not specified, Stedi does not validate the input or the output of the mapping. When set to 'strict', Stedi applies JSON Schema validation to the input JSON and the output JSON using source and target JSON Schema.
strict
If set to true, the endpoint will retry the mapping operation even if it has already been completed. This is useful if the mapping operation failed, but the root cause of the issue has been resolved.
MapTransactionOutput 202 response
The response is of type object
.