This Web Service allows for managing the credit card information. The URL for accessing this Web Service is:

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

Descriptions of the parameters are listed below.  To do an UPDATE, pass the required fields; to change optional fields, pass desired new value as non-empty string; to leave optional field unchanged, pass empty string.

Parameter Description
Username Required. The username of the admin user.
Password Required. The password of the admin user
TransType Required. The type of transaction being performed. Valid values are:
ADD
UPDATE
DELETE
Vendor Required. The numerical Vendor/Merchant Key.
CustomerKey Required. The numerical Customer Key.
CardInfoKey Required. The numerical credit card info key.
CcAccountNum Required on ADD, optional on UPDATE. The credit card account number.
CcExpDate Required on ADD, optional on UPDATE. The credit card expiration date.
CcNameonCard Optional. The name of the card holder
CcStreet Optional. The card holder’s billing address.
CcZip Optional. The card holder’s billing zip code.
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”>

<CustomerKey>11</CustomerKey>
<ContractKey />
<CcInfoKey>26674</CcInfoKey>
<CheckInfoKey />
<code>OK</code>
<error>OK</error>
<Partner>100</Partner>
<Vendor>1</Vendor>
<Username>vital</Username>

</RecurringResult>