E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

DigitCheckPassed Property

Indicates the results of the Luhn Digit Check algorithm.

Object Oriented Interface

public function getDigitCheckPassed();

Procedural Interface

inpay_cardvalidator_get($res, 7 );

Default Value

false

Remarks

The ValidateCard method checks whether or not the CardNumber conforms to the mod-10 digit check algorithm, and stores that result in the DigitCheckPassed property. Note that a card may pass this check and still be an invalid card. (Either a fake number that passes the digit check, or an unknown CardType).

This property is read-only.

Data Type

Boolean

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