Skip to content

Commit

Permalink
Capture more fees. Need to database drive the different card fees per…
Browse files Browse the repository at this point in the history
… card program.
  • Loading branch information
jacques committed Jul 22, 2017
1 parent c149d1e commit 03de6b0
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion fees.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,42 @@
<td>POS Swipe</td>
<td>ZAR 2.80</td>
</tr>
<tr>
<td>POS Transaction With Cash Back Fee</td>
<td>ZAR 3.50</td>
</tr>
<tr>
<td>ATM Balance Inquiry Fee</td>
<td>ZAR 4.90</td>
</tr>
<tr>
<td>DECLINE at ATM</td>
<td>ZAR 4.90</td>
</tr>
<tr>
<td>DECLINE at EFT POS</td>
<td>ZAR 4.00</td>
<td>ZAR 4.90</td>
</tr>
<tr>
<td>Cash back at EFT POS</td>
<td>ZAR 3.50</td>
</tr>
<tr>
<td>Transaction Notifcation SMS Fee</td>
<td>ZAR 0.50</td>
</tr>
<tr>
<td>IVR Request Fee</td>
<td>ZAR 1.50</td>
</tr>
<tr>
<td>SMS Balance Inquiry Fee</td>
<td>ZAR 1.50</td>
</tr>
<tr>
<td>SMS OTP Fee</td>
<td>ZAR 0.50</td>
</tr>
<tr>
<td>Exchange rate</td>
<td>MasterCard daily published rate</td>
Expand Down

0 comments on commit 03de6b0

Please sign in to comment.