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:
CashBenefitsBalance | Balance 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.