This web service operation processes credit card transactions within the recurring billing module. The URL to access this web service is:

https://secure.ftipgw.com/admin/ws/recurring.asmx?op=ProcessCreditCard

Descriptions of the parameters are listed below.  Response Codes are listed here.

Parameter Description
Username Required. The username of the admin user.
Password Required. The password of the admin user.
Vendor Required. The numerical Vendor/Merchant Key.
CcInfoKey Required. The numerical Credit Card Info Key.
Amount Required. The amount that will be processed for that transaction.
InvNum Optional. The associated invoice number.
ExtData Optional. Extended Data.

Example

Response
<?xml version=”1.0″ encoding=”utf-8″ ?>

– <RecurringResult xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns=”http://www.tpisoft.com/Admin/ws”>

<code>OK</code>
<error>APPROVED</error>
<Result>0</Result>
<AuthCode>TAS351</AuthCode>
<PNRef>26873</PNRef>
<Message>NO MATCH</Message>

</RecurringResult>