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

Response Property

Contains the response to an EBT transaction.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As GlobalBenefitResponse

[C#]
public GlobalBenefitResponse Response {get;}

Remarks

This property will contain the response returned from the Global Payments server. It should be inspected (and logged) after every transaction. The GlobalBenefitResponse type contains the following fields:

CashBenefitsBalanceBalance of cash benefit funds available on the EBT card.
FoodStampBalance Balance of food stamp funds available on the EBT card.
ApprovalCode Contains the transaction Authorization code from the card issuer.
BatchNumber The number of the current batch, in which this transaction is contained.
CardType Indicates the credit card type or payment method.
Code Contains the transaction result code from the Global Transport Gateway.
Data Contains the raw response from the Global Payments host.
HostCode Action code (or sequence number) returned by Global Payments.
MerchantCode Merchant Id code which must be printed on all receipts.
Message Contains a human-readable response message concerning the processed transaction.
MessageDetail Contains an additional, more detailed message about the results of the transaction.
PNRef Uniquely identifies the transaction in the Global Transport Gateway.

This property is read-only.

Default Value

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