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

PaymentType Property

Specifies the type of EBT transaction to process.

Syntax

[VB.NET]
Public Property PaymentType As TsyshcbenefitPaymentTypes

[C#]
public TsyshcbenefitPaymentTypes PaymentType {get; set;}

enum TsyshcbenefitPaymentTypes { ptFoodStamp, ptCashBenefit }

Remarks

This property indicates the type of EBT transaction to send. The following table explains the transaction types in detail:

ptFoodStamp (0)This payment type is used to purchase groceries or food items using funds from the Food Stamp account associated with the customer's EBT card. The customer may not receive cash back for this transaction.
ptCashBenefit (1)This payment type is used to withdraw money from the Cash Benefit account associated with the customer's EBT card. The amount to withdraw is indicated by the TransactionAmount property.

The DebitPIN and DebitKSN properties are required for all transaction types except ttFoodStampVoucher. For most transactions, the Card property should be set with the magnetic stripe Track 2 data from the card. If the magnetic stripe cannot be read, set the CardNumber, CardExpMonth, and CardExpYear properties to send a manually-keyed transaction.

Default Value

0

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