Version 1.0
Returns the value of the id field of the transaction.
{{ response.transaction.id }}
Version 1.0
Returns all of the line amount in the transaction.
Version 1.0
Returns the value of the created_at field of the transaction.
{{ response.transaction.created_at }}
Version 1.0
Returns the value of the gateway field of the transaction.
{% for item in response.orders %}
{% for item2 in item.transactions %}
<span>{{item2.gateway}}</span>
{% endfor %}
{% endfor %}
{{ response.transaction.gateway }}
Version 1.0
Returns the value of the gateway_id field of the transaction.
{{ response.transaction.gateway_id }}