Table of Contents

Description

The Account object represents a customer's account with the current balance and the current sum of his transactions.

Structure

Keyword JSONKeyword XMLOccursTypeFormatDescription
createdcreated0 - 1stringdate-timeDate of creation.
updatedupdated0 -1stringdate-time

The date of the last update.

customercustomer0 -1objectGeneric CustomerThe customer object.
currentAccountBalance

current_account_balance

1numberdoubleThe current account balance.
runningTotalrunning_total1numberdouble

The current total, the amount of all finished and unfinished transactions

creditLimitcredit_limit1numberdoubleThe credit limit of the account.
currencycurrency1string

Currency in which the account is held.

Example: EUR

minRunningTotalNotificationmin_running_total_notification0 - 1numberdouble

The minimum account balance at which a notification should be sent.

minRunningTotalNotificationEmailmin_running_total_notification_email0 - 1stringemail

Email address for notification.

A notification is sent when the minimum account balance has been reached (minRunningTotalNotification).

view
view0 - 1objectCurrencyRate

The selected exchange for the account.