This Web service operation checks for the card length based on the card type. The URL to access this operation is:

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

Descriptions of the parameters are listed below.

Parameter Description
CardNumber Required. The number of a credit card

Example
The example data below will return false.

Parameter Value
CardNumber 54545454545454


Response

<?xml version="1.0" encoding="utf-8" ?>
<<boolean xmlns="https://secure.ftipgw.com/ArgoFire/">false</boolean>


Example
The example data below will return true.

Parameter Value
CardNumber 4126196901499


Response

<?xml version="1.0" encoding="utf-8" ?>
<boolean xmlns="https://secure.ftipgw.com/ArgoFire/">true</boolean>