ArgoFire Gateway


ValidMod10



This Web service operation validates the credit card by performing a mod 10 checksum on the card number. The URL to access this operation is:

https://secure.ftipgw.com/ArgoFire/validate.asmx?op=ValidMod10

Descriptions of the parameters are listed below.

Parameter Description
CardNumber Required. The number of a credit card



The example data below will return true.

Parameter Description
CardNumber 54545454545454


Response

<?xml version="1.0" encoding="utf-8" ?>

<boolean xmlns="https://secure.ftipgw.com/ArgoFire/">true</boolean>





The example data below will return false.

Parameter Description
CardNumber 545454545454


<?xml version="1.0" encoding="utf-8" ?>

<boolean xmlns="https://secure.ftipgw.com/ArgoFire/">false</boolean>



ArgoFire Gateway SDK - Main

Glossary of Terms

Response Codes