SharingGroup Property
List of Debit and EBT networks that the merchant supports.
Syntax
[VB.NET] Public Property SharingGroup As String
[C#] public string SharingGroup {get; set;}
Remarks
This one to 30-character property contains a listing of direct debit and EBT networks that a Point of Sale (POS) device can access. This property is provided by the signing member or processor, and the values must correspond to one of the Visa assigned direct debit network types. The following table shows the currently supported sharing groups:
1 | EFT Illinois |
3 | Alaska Option |
5 | Visa Check Card II |
7 | Shazam (ITS) |
8 | Maestro |
A | TransFund |
B | Mellon Special |
C | Alert |
E | Accel |
F | Magic Line |
G | Interlink |
H | TYME |
I | MOST |
J | GulfNet |
K | EBT Network |
L | Pulse |
M | Bankmate |
N | Cash Station |
Q | STAR West (Explore) |
S | Money Station |
U | AFFN |
V | Visa |
W | STAR Southeast (Honor) |
Y | Inf/Yank24/NYCE |
Z | STAR Northeast (Mac) |
The value of the SharingGroup property is constructed by concatenating these values together. For instance, a value of "GWQEV5" indicates support for Interlink, STAR Southeast, Star West, Accel, Visa, and Visa Check Card II. Of these, the actual network which was used to authorize this transaction will be indicated by the NetworkId property.
Default Value
""