GET api/Entities/User/VARs?entityCode={entityCode}&poliEntityId={poliEntityId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityCode

string

None.

poliEntityId

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VARInfoItem
NameDescriptionTypeAdditional information
ServiceProvider

string

None.

ServiceProviderEntityID

globally unique identifier

None.

IndividualTransactionLimit

decimal number

None.

DailyTransactionLimit

decimal number

None.

LegalName

string

None.

UsedFILists

Collection of ListItem

None.

CurrencyCode

string

None.

EntityCode

string

None.

EntityCommonName

string

None.

EntityType

string

None.

Status

string

None.

EntityGoLiveDate

date

None.

EntityInactiveDate

date

None.

RegNo

string

None.

RegNoLabel

string

None.

IsTestMerchantAccount

boolean

None.

OperatingCountry

string

None.

HasPendingChanges

boolean

None.

HasPendingBankAccountChanges

boolean

None.

QueryDuration

time interval

None.

ReadOnly

boolean

None.

IsDeleteable

boolean

None.

TimeZoneID

integer

None.

ReconciliationGroupID

string

None.

IsAggregated

boolean

None.

IsTestBankAccountConfigured

boolean

None.

FIListHasTestBank

boolean

None.

FinancialInstitutionListName

string

None.

BypassGoLiveCheckList

boolean

None.

IsShoppingCartMerchant

boolean

None.

MccCode

string

None.

MccTitle

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ServiceProvider": "sample string 1",
    "ServiceProviderEntityID": "4de9d2b6-e4b2-4fe5-a075-771e1f99bed7",
    "IndividualTransactionLimit": 3.0,
    "DailyTransactionLimit": 4.0,
    "LegalName": "sample string 5",
    "UsedFILists": [
      {
        "GuidIdentity": "ef7622e8-95ae-41f8-97ae-6fb1f7fc2789",
        "Code": "sample string 1",
        "Name": "sample string 2",
        "Tag": "sample string 3",
        "IsInUse": true
      },
      {
        "GuidIdentity": "ef7622e8-95ae-41f8-97ae-6fb1f7fc2789",
        "Code": "sample string 1",
        "Name": "sample string 2",
        "Tag": "sample string 3",
        "IsInUse": true
      }
    ],
    "CurrencyCode": "sample string 6",
    "EntityCode": "sample string 7",
    "EntityCommonName": "sample string 8",
    "EntityType": "sample string 9",
    "Status": "sample string 10",
    "EntityGoLiveDate": "2026-04-07T20:08:07.4407931+10:00",
    "EntityInactiveDate": "2026-04-07T20:08:07.4407931+10:00",
    "RegNo": "sample string 11",
    "RegNoLabel": "sample string 12",
    "IsTestMerchantAccount": true,
    "OperatingCountry": "sample string 14",
    "HasPendingChanges": true,
    "HasPendingBankAccountChanges": true,
    "QueryDuration": "00:00:00.1234567",
    "ReadOnly": true,
    "IsDeleteable": true,
    "TimeZoneID": 19,
    "ReconciliationGroupID": "sample string 20",
    "IsAggregated": true,
    "IsTestBankAccountConfigured": true,
    "FIListHasTestBank": true,
    "FinancialInstitutionListName": "sample string 24",
    "BypassGoLiveCheckList": true,
    "IsShoppingCartMerchant": true,
    "MccCode": "sample string 27",
    "MccTitle": "sample string 28"
  },
  {
    "ServiceProvider": "sample string 1",
    "ServiceProviderEntityID": "4de9d2b6-e4b2-4fe5-a075-771e1f99bed7",
    "IndividualTransactionLimit": 3.0,
    "DailyTransactionLimit": 4.0,
    "LegalName": "sample string 5",
    "UsedFILists": [
      {
        "GuidIdentity": "ef7622e8-95ae-41f8-97ae-6fb1f7fc2789",
        "Code": "sample string 1",
        "Name": "sample string 2",
        "Tag": "sample string 3",
        "IsInUse": true
      },
      {
        "GuidIdentity": "ef7622e8-95ae-41f8-97ae-6fb1f7fc2789",
        "Code": "sample string 1",
        "Name": "sample string 2",
        "Tag": "sample string 3",
        "IsInUse": true
      }
    ],
    "CurrencyCode": "sample string 6",
    "EntityCode": "sample string 7",
    "EntityCommonName": "sample string 8",
    "EntityType": "sample string 9",
    "Status": "sample string 10",
    "EntityGoLiveDate": "2026-04-07T20:08:07.4407931+10:00",
    "EntityInactiveDate": "2026-04-07T20:08:07.4407931+10:00",
    "RegNo": "sample string 11",
    "RegNoLabel": "sample string 12",
    "IsTestMerchantAccount": true,
    "OperatingCountry": "sample string 14",
    "HasPendingChanges": true,
    "HasPendingBankAccountChanges": true,
    "QueryDuration": "00:00:00.1234567",
    "ReadOnly": true,
    "IsDeleteable": true,
    "TimeZoneID": 19,
    "ReconciliationGroupID": "sample string 20",
    "IsAggregated": true,
    "IsTestBankAccountConfigured": true,
    "FIListHasTestBank": true,
    "FinancialInstitutionListName": "sample string 24",
    "BypassGoLiveCheckList": true,
    "IsShoppingCartMerchant": true,
    "MccCode": "sample string 27",
    "MccTitle": "sample string 28"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVARInfoItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Entities">
  <VARInfoItem>
    <BypassGoLiveCheckList>true</BypassGoLiveCheckList>
    <EntityCode>sample string 7</EntityCode>
    <EntityCommonName>sample string 8</EntityCommonName>
    <EntityGoLiveDate>2026-04-07T20:08:07.4407931+10:00</EntityGoLiveDate>
    <EntityInactiveDate>2026-04-07T20:08:07.4407931+10:00</EntityInactiveDate>
    <EntityType>sample string 9</EntityType>
    <FIListHasTestBank>true</FIListHasTestBank>
    <FinancialInstitutionListName>sample string 24</FinancialInstitutionListName>
    <HasPendingBankAccountChanges>true</HasPendingBankAccountChanges>
    <HasPendingChanges>true</HasPendingChanges>
    <IsAggregated>true</IsAggregated>
    <IsDeleteable>true</IsDeleteable>
    <IsShoppingCartMerchant>true</IsShoppingCartMerchant>
    <IsTestBankAccountConfigured>true</IsTestBankAccountConfigured>
    <IsTestMerchantAccount>true</IsTestMerchantAccount>
    <MccCode>sample string 27</MccCode>
    <MccTitle>sample string 28</MccTitle>
    <OperatingCountry>sample string 14</OperatingCountry>
    <QueryDuration>PT0.1234567S</QueryDuration>
    <ReadOnly>true</ReadOnly>
    <ReconciliationGroupID>sample string 20</ReconciliationGroupID>
    <RegNo>sample string 11</RegNo>
    <RegNoLabel>sample string 12</RegNoLabel>
    <Status>sample string 10</Status>
    <TimeZoneID>19</TimeZoneID>
    <CurrencyCode>sample string 6</CurrencyCode>
    <DailyTransactionLimit>4</DailyTransactionLimit>
    <IndividualTransactionLimit>3</IndividualTransactionLimit>
    <LegalName>sample string 5</LegalName>
    <ServiceProvider>sample string 1</ServiceProvider>
    <ServiceProviderEntityID>4de9d2b6-e4b2-4fe5-a075-771e1f99bed7</ServiceProviderEntityID>
    <UsedFILists xmlns:d3p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
      <d3p1:ListItem>
        <d3p1:Code>sample string 1</d3p1:Code>
        <d3p1:GuidIdentity>ef7622e8-95ae-41f8-97ae-6fb1f7fc2789</d3p1:GuidIdentity>
        <d3p1:IsInUse>true</d3p1:IsInUse>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItem>
      <d3p1:ListItem>
        <d3p1:Code>sample string 1</d3p1:Code>
        <d3p1:GuidIdentity>ef7622e8-95ae-41f8-97ae-6fb1f7fc2789</d3p1:GuidIdentity>
        <d3p1:IsInUse>true</d3p1:IsInUse>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItem>
    </UsedFILists>
  </VARInfoItem>
  <VARInfoItem>
    <BypassGoLiveCheckList>true</BypassGoLiveCheckList>
    <EntityCode>sample string 7</EntityCode>
    <EntityCommonName>sample string 8</EntityCommonName>
    <EntityGoLiveDate>2026-04-07T20:08:07.4407931+10:00</EntityGoLiveDate>
    <EntityInactiveDate>2026-04-07T20:08:07.4407931+10:00</EntityInactiveDate>
    <EntityType>sample string 9</EntityType>
    <FIListHasTestBank>true</FIListHasTestBank>
    <FinancialInstitutionListName>sample string 24</FinancialInstitutionListName>
    <HasPendingBankAccountChanges>true</HasPendingBankAccountChanges>
    <HasPendingChanges>true</HasPendingChanges>
    <IsAggregated>true</IsAggregated>
    <IsDeleteable>true</IsDeleteable>
    <IsShoppingCartMerchant>true</IsShoppingCartMerchant>
    <IsTestBankAccountConfigured>true</IsTestBankAccountConfigured>
    <IsTestMerchantAccount>true</IsTestMerchantAccount>
    <MccCode>sample string 27</MccCode>
    <MccTitle>sample string 28</MccTitle>
    <OperatingCountry>sample string 14</OperatingCountry>
    <QueryDuration>PT0.1234567S</QueryDuration>
    <ReadOnly>true</ReadOnly>
    <ReconciliationGroupID>sample string 20</ReconciliationGroupID>
    <RegNo>sample string 11</RegNo>
    <RegNoLabel>sample string 12</RegNoLabel>
    <Status>sample string 10</Status>
    <TimeZoneID>19</TimeZoneID>
    <CurrencyCode>sample string 6</CurrencyCode>
    <DailyTransactionLimit>4</DailyTransactionLimit>
    <IndividualTransactionLimit>3</IndividualTransactionLimit>
    <LegalName>sample string 5</LegalName>
    <ServiceProvider>sample string 1</ServiceProvider>
    <ServiceProviderEntityID>4de9d2b6-e4b2-4fe5-a075-771e1f99bed7</ServiceProviderEntityID>
    <UsedFILists xmlns:d3p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
      <d3p1:ListItem>
        <d3p1:Code>sample string 1</d3p1:Code>
        <d3p1:GuidIdentity>ef7622e8-95ae-41f8-97ae-6fb1f7fc2789</d3p1:GuidIdentity>
        <d3p1:IsInUse>true</d3p1:IsInUse>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItem>
      <d3p1:ListItem>
        <d3p1:Code>sample string 1</d3p1:Code>
        <d3p1:GuidIdentity>ef7622e8-95ae-41f8-97ae-6fb1f7fc2789</d3p1:GuidIdentity>
        <d3p1:IsInUse>true</d3p1:IsInUse>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItem>
    </UsedFILists>
  </VARInfoItem>
</ArrayOfVARInfoItem>