Lost Server access

Gets accounts for the given institution customer.

Retrieve a full list of accounts and account details for an online banking user. Retrieve specific accounts by their ID. Change the user-assigned nickname for an account.

In order to gain access you will need a user with the following scope accounts:read.

ENDPOINTS

get

/accounts

Header parameters

Collapse

Expand

Accept

string

no

The content type of the response. Only application/json and application/xml are supported. Defaults to application/json.

Content-Type

string

required

The content type of the request. Only application/json and application/xml are supported.

authorization

string

required

A JWT that authorizes this request.

transactionId

string

required

A unique identifier for this request.

Body parameters

Collapse

Expand

No items found.
No items found.

Query parameters

Collapse

Expand

$topGroups

string

no

Returns the top n groups in the response. Currrently only a value of "1" is supported. Must be: - `1`

$skipGroups

string

no

Skips the specified number of groups in the response. Must be between 0 and [total number of institution customers in the JWT] - 1

$apply

string

no

When passed along with $skipGroups and $topGroups (all three must be provided), accounts will be returned for all institution customers that the user has access to, grouped by the specified field. Currently only grouping by customer is supported. Must be: - `groupBy(customer)`

additionalFields

boolean

no

Provides additional fields for each account when true.

$filter

string

no

An ODATA filter expression to apply to the returned accounts. Allowed fields: - id - nickName - accountNumber - category - DEPOSIT - LOAN - INVESTMENT - TIERED_LOAN - CROSS_USER_ACCOUNT

crossAccount

boolean

no

Excludes cross user accounts from the response when false.

viewName

string

no

Filters the returned fields based on the provided view name. Can be: - `s` - Small view - `m` - Medium view

Path parameters

Collapse

Expand

No items found.

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl -X 'GET' \ 
 'https://api.candescent.com/digitalbanking/db-accounts/v1/accounts' \ 
 -H 'transactionid: SOME_STRING_VALUE' \ 
 -H 'authorization: SOME_STRING_VALUE' \ 
 -H 'content-type: SOME_STRING_VALUE' \ 
 -H 'accept: SOME_STRING_VALUE' \ 
Get Response

RESPONSE

copy responseexpand responseclose response

{"accounts":[{"id":"string","description":"string","institutionUserId":"string","institutionId":"string","accountNumber":"string","nickName":"string","type":{"value":"SAVINGS","fiAccountType":0,"description":"string"},"category":"DEPOSIT","primaryHolderName":"string","currentBalance":{"currencyCode":"AED","amount":0},"availableBalance":{"currencyCode":"AED","amount":0},"status":{"open":true,"closed":true,"negativeBalance":true,"delinquent":true,"inCollection":true,"overLimit":true,"writtenOff":true,"creditBalance":true,"paymentCoupon":true,"retirementPlan":true,"retPlanOwnedByDeceased":true,"approved":true,"notApproved":true,"deleted":true,"verified":true},"allowedActions":{"summary":true,"transferFrom":true,"transferTo":true,"isHistoryEnabled":true,"isHistoryEntitled":true},"routingNumber":"string","interestRate":0.1,"interestYearToDate":{"currencyCode":"AED","amount":0},"micrNumber":"string","maturityDate":"2019-08-24","term":"DAYS","escrowBalance":{"currencyCode":"AED","amount":0},"currentPrincipalBalance":{"currencyCode":"AED","amount":0},"nextPaymentAmount":{"currencyCode":"AED","amount":0},"nextPaymentDate":"2019-08-24","payOffAmount":{"currencyCode":"AED","amount":0},"calculatedPayOffAmount":{"currencyCode":"AED","amount":0},"unappliedFundsBalance":{"currencyCode":"AED","amount":0},"minimumPayment":{"currencyCode":"AED","amount":0},"lineOfCreditLimit":{"currencyCode":"AED","amount":0},"loanOriginationDate":null,"pastPrincipalDueDate":null,"lastPrincipalPaymentAmount":{"currencyCode":"AED","amount":0},"originalLoanAmount":{"currencyCode":"AED","amount":0}}],"totalGroupCount":"string"}

{"code":"string","message":"string"}

{"code":"string","message":"string"}

{"code":"string","message":"string"}

{"code":"string","message":"string"}

close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.