E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

CardExpYear Property

Expiration year of the credit card specified in CardNumber .

Object Oriented Interface

public function getCardExpYear();
public function setCardExpYear($value);

Procedural Interface

inpay_cardvalidator_get($res, 2 );
inpay_cardvalidator_set($res, 2, $value );

Default Value

0

Remarks

This field contains the year portion of the expiration date of the customer's credit card. This property must be in the range 00-99, or 2000-2099. The ValidateCard method compares this property against the system time to determine if the card is expired.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 PHP Edition - Version 20.0 [Build 7941]