-
Notifications
You must be signed in to change notification settings - Fork 0
/
Services_check_processing.php
58 lines (53 loc) · 2.98 KB
/
Services_check_processing.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php $page = ''; ?>
<?php
//include header.php
include_once('includes/header.php');
?>
<div id="content_products" class="container">
<h2>Services</h2>
<div class="divider"></div>
<h3>Check Processing</h3>
<div class="row">
<div id="services" class="span12">
<h4>Check Processing Services</h4>
<p>InstaCasthATM Inc., a leading provider in the check services industry, offers solutions that provide thoroughness, speed, and reliability, making it easy for merchants to accept checks with confidence.</p>
<h4>Traditional Guarantee</h4>
<p>Check Guarantee is the most commonly used check service allowing the merchant to “insure” the face value of the check and protecting the merchant against checks written on non-sufficient funds (NSF). Merchants obtain electronic approval or voice authorization for the transaction and then deposit the checks. Checks that do not clear can be submitted to MerchantPoint for reimbursement. This reimbursement typically takes 2-4 weeks from the time of receipt of the original item, and is processed electronically via the ACH. It is sent under a specific category, so the merchant can identify that the credit is for a bounced item.
</p>
<h4>Check Verification</h4>
<p>Verification allows merchants to access the MerchantPoint Negative Database to verify negative information regarding a particular check or check-writer. The merchant is simply “purchasing” information to aid in the decision to accept or decline a check. MerchantPoint provides an approval based on whether or not there is a positive match on the checking account number or home telephone number of the check-writer in the negative database. The decision to accept any check remains solely up to the merchant.</p>
<h4>Electronic Check Processing Benefits</h4>
<ul>
<li>Free Equipment</li>
<li>Never take a bad check again</li>
<li>No more time consuming trips to the bank</li>
<li>No more bank fees</li>
<li>Guaranteed funding on all approved checks</li>
<li>Protection against stop payment disputes</li>
<li>Accept checks online</li>
<li>Maximized every potential sales opportunity</li>
<li>No charge for customer service calls</li>
<li>No charge for customer service calls</li>
<li>Custom designed premium programs</li>
</ul>
<h4>Paper Check Guarantee</h4>
<ul>
<li>Check approval on the spot</li>
<li>Never deal with a bounced check ever again, all disputes are handled without any fees</li>
<li>No stop payment</li>
</ul>
<h4>Electronic Check Conversion</h4>
<ul>
<li>Check approval on the spot</li>
<li>Save time that takes you away from your business with check conversion doing all the work</li>
<li>No more trips to the bank</li>
<li>48-72 hour funding</li>
<li>Accept Personal, Business and Corporate Checks</li>
</ul>
</div>
</div>
</div>
<?php
//include footer.php
include_once('includes/footer.php');
?>