10-07-2021 10:21 AM
I'm simulating transactions for JIT Gateway funding scenarios. Looking over the Simulation API, I see that I can pass a transaction_options object, with an additional_data field (255 chars).
What are some examples of things that this field might correspond to in a production scenario? Would this data ever be made available to my gateway, or is it otherwise visible via the API, for instance as a part of a transaction object?
This is part of the /simulate/authorization transaction, but also:
10-08-2021 12:02 PM
Hi @pb-cons , great question! For authorizations in a production scenario this would correspond to the fields "memo" and "tags". You would respond back to the authorization request with information you would like to capture about the transaction. For example you could capture the item purchased, or and order or department number. You would then be able to absorb that information via the webhooks for any reporting or reconciliation purposes.
As for authorization/advice and financial and financial/advice, those are typically messages that you would receive from a merchant and wouldn't need to be populated for testing purposes.
I hope this helps!
10-08-2021 12:02 PM
Hi @pb-cons , great question! For authorizations in a production scenario this would correspond to the fields "memo" and "tags". You would respond back to the authorization request with information you would like to capture about the transaction. For example you could capture the item purchased, or and order or department number. You would then be able to absorb that information via the webhooks for any reporting or reconciliation purposes.
As for authorization/advice and financial and financial/advice, those are typically messages that you would receive from a merchant and wouldn't need to be populated for testing purposes.
I hope this helps!
10-08-2021 02:07 PM
OK, that's great, thanks @jcook that's just what I was looking for.
10-08-2021 02:12 PM
@jcook I would expect that the availability of those fields would be limited by e.g. the POS system configuration? If so, can you give me any idea how often a "memo" field is populated? How often you see other data elements like item purchased, order, dept. number on the Marqeta network?
Thanks again.