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
accountType
string

Type of account

Example: accountType=Deposit or Loan
status
string

Status if the account

Example: status=Active or Closed or Suspended
currency
string

Currency of the account

Example: currency=USD
wireEnabled
string
Example: wireEnabled=true
accountNumber
string
Example: accountNumber=11223345
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": "ACC001",
  • "message": "Failed to get an account: <Reason>",
  • "pagination": {
    },
  • "data": [
    ]
}