Search Customer Accounts

Search the customer accounts for a given customer

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Customer unique identifier assigned by the system

query Parameters
page
required
integer >= 1
Example: page=1
limit
required
integer [ 1 .. 1000 ]
Example: limit=10
accountType
string

Type of account. Applicable values are Deposit and Loan.

Example: accountType=Deposit
accountSubType
string

Type of sub-account. Applicable values:

  • For deposit accounts: Checking, Savings, Pseudo, CD
  • For loan accounts: Heloc, Line of Credit, Credit Card
Example: accountSubType=Checking
status
string

Status if the account

Example: status=Active or Closed or Suspended
currency
string

Currency of the account

Example: currency=USD
wireEnabled
boolean

Whether wire transfers are enabled for this account.

Example: wireEnabled=true
accountNumber
string
Example: accountNumber=11223345
costCenter
string
Example: costCenter=Global
Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

get/v2/customers/{customerUID}/accounts
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "string",
  • "message": "string",
  • "pagination": {
    },
  • "data": [
    ]
}