Redicom Help Center

Documentation Objects transaction

transaction

transaction.id

Version 1.0

Returns the value of the id field of the transaction.

Input

{{ response.transaction.id }}

transaction.amount

Version 1.0

Returns all of the line amount in the transaction.

transaction.created_at

Version 1.0

Returns the value of the created_at field of the transaction.

Input

{{ response.transaction.created_at }}

transaction.gateway

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 %}

Input

{{ response.transaction.gateway }}

transaction.gateway_id

Version 1.0

Returns the value of the gateway_id field of the transaction.

Input

{{ response.transaction.gateway_id }}