ReceivingInstitution Property
Indicates which gift card network to use.
Syntax
public int getReceivingInstitution(); public void setReceivingInstitution(int receivingInstitution);
Enumerated values: public final static int riStoredValueSystems = 0; public final static int riFifthThird = 1;
Remarks
This field contains a secondary network routing identifier, which indicates the gift card network to be used to process transactions. This is necessary because private issue gift card number ranges may conflict with ranges assigned to major credit card issuers. The supported receiving institutions include:
riStoredValueSystems (0) | Stored Value Systems Gift Card |
riFifthThird (1) | Fifth Third Gift Card |
Note, this property is ignored for Prepaid Card transactions.
Default Value
0