ArgoFire Gateway
| ManageCreditCardInfo | ![]() |
This Web Service allows for managing the credit card information. The URL for
accessing this Web Service is at:
https://secure.ftipgw.com/admin/ws/recurring.asmx?op=ManageCreditCardInfo
Descriptions of the parametes are listed below.
| Parameter | Value |
|---|---|
| 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. The credit card account number. |
| CcExpDate | Required. 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>
ArgoFire Gateway SDK - Main |
Glossary of Terms |
Response Codes |
|
![]() |
|||

