ArgoFire Gateway


ValidExpDate



This Web service operation validates the expiration date of a credit card. The URL to access this operation is:

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

Descriptions of the parameters are listed below.

Parameter Description
ExpDate Required. Theexpiration date of a credit card.




The example data below will return true.

Parameter Description
ExpDate 0509


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
ExpDate 0304


Response

<?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