E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

CardNumber Property

This property contains the customer's credit card number for this transaction.

Object Oriented Interface

public function getCardNumber();
public function setCardNumber($value);

Procedural Interface

inpay_directpayment_get($res, 6 );
inpay_directpayment_set($res, 6, $value );

Default Value

''

Remarks

This field contains the customer's credit card number for this transaction.

Character length and limitations: numeric characters only - no spaces, dashes or punctuation. Must conform with modulo and length required by each credit card type.

This property is required.

This property is not available at design time.

Data Type

String

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