Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

AccountType Property

Account type selected by the cardholder.

Syntax

 ptechcanadiandebit.getAccountType([callback])
 ptechcanadiandebit.setAccountType( accountType, [callback])

Possible Values

  0 (acctNotSet), 
  1 (acctChecking), 
  2 (acctSavings)

Default Value

0


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getAccountType([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setAccountType([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

Remarks

Canadian debit cards allow the customer to choose the account he or she wishes to pay with. Allowable account types are listed below:

acctNotSet (0)Account Type is not set
acctChecking (1)This transaction is paid for with funds from the customer's Checking account.
acctSavings (2)This transaction is paid for with funds from the customer's Savings account.

For the VeriFone PIN pad, you must send the GetRequestDataToMAC to the PIN pad before you know what AccountType the customer has selected. In that case set AccountType to acctNotSet, and the Account Type will not be included in the data to be MAC-ed. However, if you are using the Ingenico PIN pad, you will need to set the AccountType to acctChecking or acctSavings before calling GetRequestDataToMAC.

Note that sending an Authorize transaction with AccountType set to acctNotSet will result in an error.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0