If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.

Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.
This commit is contained in:
ethem 2006-10-30 13:07:20 +00:00
parent c9befcd1be
commit 325d15409b
2 changed files with 16 additions and 1 deletions

View File

@ -132,7 +132,8 @@ if (!isset($frm->acceptechecktypes)) {
<tr valign="top">
<td align="right">an_authcode:</td>
<td><?php print_checkbox('an_authcode', '1', !empty($frm->an_authcode)) ?><br />
<td><?php print_checkbox('an_authcode', '1', !empty($frm->an_authcode)) ?>
<?php helpbutton('authcode', '', 'enrol/authorize'); ?><br />
<?php print_string("adminauthcode", "enrol_authorize") ?></td>
</tr>

View File

@ -0,0 +1,14 @@
<p align="center"><strong>Obtaining authorization code over the phone</strong></p>
<p>
If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.
</p>
<p>
Some users may not wish to use their credit cards on the internet directly for security reasons.
In this case, you need to obtain an authorization code from user's bank.
Initially, ask for credit card information from the customer
like bank name, name on card, card number, expiry date and card validation code
by means of telephone, face-to-face or filling out a form.
Then, call the customer services of user's bank giving this information and demand an authorization code.
Finally, after obtaining it, login as user to get the user enrolled.
Alternatively, you can give it to the user saying enrol using it.
</p>