Transaction Receipt
Transaction #{{this.trade.id}}
Transaction Date {{this.trade.createdAt}}
Interchange Account {{this.trade.userId}}
Transfer overview
Amount paid by {{this.trade.userName}}
{{this.trade.tradeSend}} {{this.trade.tradeSendCurrency}}
Fee
0 CAD
Exchange rate
1 {{this.trade.tradeSendCurrency}} = {{this.trade.rate}} {{this.trade.tradeReceiveCurrency}}
Converted and sent to {{this.trade.sendTo}}
{{this.trade.tradeReceive}} {{this.trade.tradeReceiveCurrency}}
Sent to
Name
{{this.trade.sendTo}}
Address
{{this.trade.recipient.address}} {{this.trade.recipient.city}} {{this.trade.recipient.state}} {{this.trade.recipient.country}}
{{#if this.trade.isDomestic}}
Account number
{{this.trade.recipient.accountNo}}
Transit Number
{{this.trade.recipient.transitNo}}
Institution Number
{{this.trade.recipient.institutionNo}}
{{^}} {{#if this.trade.recipient.accountNo}}
{{this.trade.heading1}}
{{this.trade.recipient.accountNo}}
{{^}} {{/if}} {{#if this.trade.recipient.routingNumber}}
{{this.trade.heading2}}
{{this.trade.recipient.routingNumber}}
{{^}} {{/if}} {{/if}} {{#if this.trade.tReference}}
Payment Reference
{{this.trade.tReference}}
{{^}} {{/if}}
Paid out from
{{#if this.trade.account}}
Name
{{this.trade.paidOutFrom}}
Address
{{this.trade.account.address}} {{this.trade.account.city}} {{this.trade.account.state}} {{this.trade.account.country}}
Account number
{{this.trade.account.accountNo}}
Transit Number
{{this.trade.account.transitNo}}
Institution Number
{{this.trade.account.institutionNo}}
{{^}}
Payment Type
{{this.trade.paymentType}}
{{/if}}