Development Guides

Search Eclipse Account

This article shows how to lookup an account using a financial account number. Often, external users will have a financial account number, and will need to lookup the Eclipse Account ID to utilize other eclipse api endpoints which require an eclipse account id.

URL

GET http://test.orioneclipse.com/v1/account/accounts/simple?search=<financial_account_number>

ParameterDescriptionRequiredData type
searchString to searchYesstring

Response

Success 200

FieldTypeDescription
idNumberSystem Generated Id. – Eclipse Account ID (used in other account endpoints)
nameStringAccount Name.
accountIdStringOrion Connect Account Id.
accountNumberStringFinancial Account Number.
accountTypeStringAccount Type.
isDeletedBooleanThis will always be false.
isSleeveBooleanAccount is Sleeve or not in the system.
createdOnDateAccount creation date into application.
createdByStringId of user who created the Account into the system.
editedOnDateAccount edited date into application.
editedByStringId of user who edited the Account details into the system.