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.

Example The example data below will return true.

Parameter Value
ExpDate 0509

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


Example The example data below will return false.

Parameter Value
ExpDate 0304

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