Skip to main content

AccountListResponse

Data object[]
  • Array [
  • AccountIdstring
    Example: acc-12345
    Currencystring
    Example: GBP
    AccountTypestring
    Example: Retail
    AccountSubTypestring
    Example: CurrentAccount
  • ]
  • AccountListResponse
    {
    "Data": [
    {
    "AccountId": "acc-12345",
    "Currency": "GBP",
    "AccountType": "Retail",
    "AccountSubType": "CurrentAccount"
    }
    ]
    }