Transaction
internal ID of the transaction
internal ID of the account
Possible values: [CREDIT, DEBIT, UNKNOWN]
Possible values: [DIRECTDEBIT, FEE, INTEREST, TRANSFER, OTHER, PAYMENT]
Possible values: [PENDING, POSTED]
amount object
123.45ISO 4217 currency code
USD, EUR, AUD, NZDfee object
123.45ISO 4217 currency code
USD, EUR, AUD, NZDbalance object
123.45ISO 4217 currency code
USD, EUR, AUD, NZDoriginal object
123.45ISO 4217 currency code
USD, EUR, AUD, NZDoriginal amount * exchange rate = amount
123.45ISO 8601
2018-09-15T15:53:00Zthe banking transaction code
thirdParty object
accountNumber objectrequired
Possible values: [SORTCODE, IBAN, PAN, BIC, BBAN_SE, BBAN_DK, BBAN_NO, BECS, BSB_NO, MASKED, UNKNOWN, ABN, EMAIL, TELEPHONE, BPAY, ORG_ID]
Possible values: [PAYEE, PAYER, BOTH, UNKNOWN]
the description of the transaction
the transaction business category
the transaction business sub category
the transaction budget category
Possible values: [INCOME, TRANSPORTATION, PERSONAL_DEVELOPMENT, MEDICAL_OR_HEALTHCARE, ENTERTAINMENT, HOUSING, FOOD, CHILDREN, INSURANCE, GIFTS, BILLS, PERSONAL_CARE, PETS, GOALS, DEBT, OTHER]
the transaction budget sub category
Possible values: [YEAR, BIYEAR, QUARTER, MONTH, FORTNIGHT, WEEK, WEEKEND, BUSINESS, DAY]
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"account": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"type": "CREDIT",
"subtype": "DIRECTDEBIT",
"status": "PENDING",
"amount": {
"amount": 123.45,
"currency": "USD, EUR, AUD, NZD"
},
"fee": {
"amount": 123.45,
"currency": "USD, EUR, AUD, NZD"
},
"balance": {
"amount": 123.45,
"currency": "USD, EUR, AUD, NZD"
},
"original": {
"amount": 123.45,
"currency": "USD, EUR, AUD, NZD"
},
"exchangeRate": 123.45,
"datetime": "2018-09-15T15:53:00Z",
"externalId": "string",
"code": "string",
"thirdParty": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"accountNumber": {
"scheme": "SORTCODE",
"number": "string"
},
"address": "string",
"reference": "string",
"direction": "PAYEE"
},
"description": "string",
"category": "string",
"subcategory": "string",
"budgetCategory": "INCOME",
"budgetSubcategory": "string",
"frequency": "YEAR"
}