Prepaid Card Guide

From Payment Processing Software Library
Revision as of 16:41, 7 April 2010 by Admin (Talk | contribs)

Jump to: navigation, search
This article is part of the
Payment Processing Software Library

Categories

Get it...

Credit Card Software
Download

Install it...

Installation
Upgrade & Migration

Connect to it...

Point Of Sale Integration

Set it up...

Quick Start Guide
Setup
Processor Setup

Licensing

Learn to use it...

Manual & User Guide
Knowledge Base
Frequently Asked Questions
Compliance Guide
Merchant Account Rates
User Interface Guides

Fix it...

Errors & Troubleshooting
Knowledge Base
Corrupted Install Repair

Get Help...

Contact
Processor Support Contacts

More Info ...

Glossary
Articles

See also...

911 Software
Help

CreditLine Payment Processing Software Prepaid Card Guide. This site can also be reached at http://docs.911software.com

Looking for better rates?   Get a Free Credit Card Processing Cost Comparison!

This guide is for developers implementing the Prepaid Functionality

Requirements

These API require version CreditLine version 4.1 Build 1101 SP8


Inventory

To begin with, you will need the following:

  1. Enable Prepaid Card Support. Search for the following in 911\data\911_CCV.ini:
    PrepaidCardSupport=YES
    Uncomment (remove leading ;) and restart the application. If you don't find it, add this line in [911_CCV] section.
  2. Test Setup File - to be dropped into 911\DATA directory to overwrite the existing setup file (backup as necessary). To be used in #Test Mode (see below).
  3. Prepaid Card Test Script - Use it to test your implementation.
  4. Latest version of 911 Software CreditLine

Test Mode

The testing must be conducted under the CreditLine Test Mode.

Prepaid API

The code is basically the same as none-prepaid.

Card Balance

To get the remaining balance call getBalanceAmount(), if using clc.dll (or GetBalanceAmount(), if using CLClient.ocx).