From 325d15409bb00de96b86f8844a2c3ef8b06a2a17 Mon Sep 17 00:00:00 2001 From: ethem Date: Mon, 30 Oct 2006 13:07:20 +0000 Subject: [PATCH] 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. --- enrol/authorize/config.html | 3 ++- lang/en_utf8/help/enrol/authorize/authcode.html | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 lang/en_utf8/help/enrol/authorize/authcode.html diff --git a/enrol/authorize/config.html b/enrol/authorize/config.html index 1326f0be0d..87f8e0ac8c 100755 --- a/enrol/authorize/config.html +++ b/enrol/authorize/config.html @@ -132,7 +132,8 @@ if (!isset($frm->acceptechecktypes)) { an_authcode: - an_authcode)) ?>
+ an_authcode)) ?> +
diff --git a/lang/en_utf8/help/enrol/authorize/authcode.html b/lang/en_utf8/help/enrol/authorize/authcode.html new file mode 100644 index 0000000000..31cd19a4f2 --- /dev/null +++ b/lang/en_utf8/help/enrol/authorize/authcode.html @@ -0,0 +1,14 @@ +

Obtaining authorization code over the phone

+

+ 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 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. +

-- 2.39.5