10-07-2021 10:33 AM
In the response body to a /simulation/authorization API call I see ISO 8583 message details in the raw_iso8583 sub-object.
Is the ISO 8583 data generally available for transactions in my program? E.g. using the Transactions API? Using the DiVA API?
10-08-2021 03:57 PM
Hi pb-cons,
The inclusion of this field is an oversight on our part. We don't document it and you should consider it undefined behaviour. A future release may remove this field entirely.
The reason is that there can be subtle differences in this message based on the network and the networks continuously release changes to this message format. We only officially support the fields described in the transaction model here:
https://www.marqeta.com/docs/core-api/transactions#_transaction_field_descriptions
Hope this helps,
James
10-08-2021 03:57 PM
Hi pb-cons,
The inclusion of this field is an oversight on our part. We don't document it and you should consider it undefined behaviour. A future release may remove this field entirely.
The reason is that there can be subtle differences in this message based on the network and the networks continuously release changes to this message format. We only officially support the fields described in the transaction model here:
https://www.marqeta.com/docs/core-api/transactions#_transaction_field_descriptions
Hope this helps,
James
10-10-2021 08:55 AM
understood, and thanks @jmoschou . I will regard this as undefined behavior.