Accounts
internal ID of account
internal ID of the data holder associated with this account
ID of the user associated with this account
The app associated with this account
internal ID of the connection associated with this account
ISO 4217 currency code
USD, EUR, AUD, NZDexternal ID used by the account providers
Possible values: [OPEN, CLOSED, ALL]
Possible values: [PERSONAL, BUSINESS, UNSPECIFIED]
Possible values: [CHARGECARD, CREDITCARD, CURRENTACCOUNT, EMONEY, INVESTMENT, LOAN, OTHER, PENSION, MORTGAGE, PREPAIDCARD, SAVINGS, UNSPECIFIED]
accountNumber object[]
Possible values: [SORTCODE, IBAN, PAN, BIC, BBAN_SE, BBAN_DK, BBAN_NO, BECS, BSB_NO, MASKED, UNKNOWN, ABN, EMAIL, TELEPHONE, BPAY, ORG_ID]
2022-03-10T12:15:50-04:00The current rate to calculate interest payable being applied to lending balances as it stands at the time of the API call
lendingRates object[]
internal ID of the lending rate
The type of rate (fixed, variable, etc). See the next section for an overview of valid values and their meaning
Possible values: [BALANCE_TRANSFER, BUNDLE_DISCOUNT_FIXED, BUNDLE_DISCOUNT_VARIABLE, CASH_ADVANCE, DISCOUNT, FIXED, FLOATING, INTRODUCTORY, MARKET_LINKED, PENALTY, PURCHASE, VARIABLE]
The rate to be applied
tiers object[]
Rate tiers applicable for this rate
internal ID of the tier
A display name for the tier
The unit of measure that applies to the minimumValue and maximumValue values e.g. a DOLLAR amount. PERCENT (in the case of loan-to-value ratio or LVR). Tier term period representing a discrete number of MONTH's or DAY's (in the case of term deposit tiers)
Possible values: [DAY, DOLLAR, MONTH, PERCENT]
The number of unitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value
The number of unitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as minimumValue. Where this is the same as the minimumValue value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months). If absent the tier's range has no upper bound.
loan object
Optional original start date for the loan
2022-03-10T12:15:50-04:00Optional original loan value
Date that the loan is due to be repaid in full
2022-03-10T12:15:50-04:00Options in place for repayments. If absent defaults to PRINCIPAL_AND_INTEREST
Possible values: [INTEREST_ONLY, PRINCIPAL_AND_INTEREST]
PRINCIPAL_AND_INTERESTThe expected or required repayment frequency. Formatted according to ISO 8601 Durations (excludes recurrence syntax)
[
{
"app": "app",
"loan": {
"originalLoanAmount": 6.027456183070403,
"originalStartDate": "2000-01-23T04:56:07.000+00:00",
"repaymentType": "PRINCIPAL_AND_INTEREST",
"repaymentFrequency": "repaymentFrequency",
"loanEndDate": "2000-01-23T04:56:07.000+00:00"
},
"externalId": "externalId",
"type": "PERSONAL",
"accountNumber": [
{
"number": "number",
"scheme": "SORTCODE"
},
{
"number": "number",
"scheme": "SORTCODE"
}
],
"creationDate": "2000-01-23T04:56:07.000+00:00",
"productName": "productName",
"lendingRate": 0.8008281904610115,
"lendingRates": [
{
"rate": 0.8008,
"lendingRateType": "VARIABLE",
"additionalValue": "Debit excess interest rate",
"tiers": [
{
"name": "DEBIT",
"unitOfMeasure": "DOLLAR",
"minimumValue": 0,
"maximumValue": 150000
}
]
}
],
"subtype": "CHARGECARD",
"name": "name",
"nickname": "nickname",
"connection": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currency": "USD, EUR, AUD, NZD",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"user": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"dataholder": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "OPEN"
}
]