ArgoFire Gateway


ProcessCreditCard: Recurrring Billing

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

http://localhost/admin/ws/recurring.asmx?op=ProcessCreditCard

Descriptions of the parameters are listed below.

Parameter Value
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>



ProcessCheck: Recurring Billing


ArgoFire Gateway SDK - Main

Glossary of Terms

Response Codes