Status
-{$TRANSACTION->status}-
{$TRANSACTION->basket_info->sum / 100} {$TRANSACTION->basket_info->currency}
{$TRANSACTION->payment_method}
{$TRANSACTION->intent}
{if $TRANSACTION->is_demo == '1'}DEMO{/if}
Merchant
{$TRANSACTION->merchant->companyname} (#{$TRANSACTION->merchant->id})
Contract
{$TRANSACTION->contract->id}
Customer
#{$TRANSACTION->customer->id}
{if $TRANSACTION->customer->contact->companyname != ''} {$TRANSACTION->customer->contact->companyname}
{/if} {$TRANSACTION->customer->contact->name}
{$TRANSACTION->customer->contact->email}
{$TRANSACTION->customer->contact->address->street} {$TRANSACTION->customer->contact->address->street_number}
{if $TRANSACTION->customer->contact->address->additional_address_data != ''} {$TRANSACTION->customer->contact->address->additional_address_data}
{/if} {$TRANSACTION->customer->contact->address->country} {$TRANSACTION->customer->contact->address->postal_code} {$TRANSACTION->customer->contact->address->city}
{if $TRANSACTION->customer->contact->companyname != ''} {$TRANSACTION->customer->contact->companyname}
{/if} {$TRANSACTION->customer->contact->name}
{$TRANSACTION->customer->contact->email}
{$TRANSACTION->customer->contact->address->street} {$TRANSACTION->customer->contact->address->street_number}
{if $TRANSACTION->customer->contact->address->additional_address_data != ''} {$TRANSACTION->customer->contact->address->additional_address_data}
{/if} {$TRANSACTION->customer->contact->address->country} {$TRANSACTION->customer->contact->address->postal_code} {$TRANSACTION->customer->contact->address->city}
Payment Transactions
{foreach from=$TRANSACTION->transactions item=T}
Trans ID: {$T->trans_id} ({$T->object})
ID: {$T->id}
{/foreach}
ID: {$T->id}
{/foreach}
{#date_added#}
{$TRANSACTION->created}
{#date_last_modified#}
{$TRANSACTION->updated}
{if $TRANSACTION->payment_instructions->girocode_url != ''}
Payment Instructions
BIC: {$TRANSACTION->payment_instructions->bic}
Owner: {$TRANSACTION->payment_instructions->owner}
Bank: {$TRANSACTION->payment_instructions->bankname}
Subject (VWZ): {$TRANSACTION->payment_instructions->purpose}