ArgoFire Gateway
| ValidCardLength | ![]() |
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 | Value |
|---|---|
| CardNumber | Required. The number of a credit card |
Examples
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>
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>
ArgoFire Gateway SDK - Main |
Glossary of Terms |
Response Codes |
|
![]() |
|||

