FindByService

Find accounts based on various search methods.

Symitar eDocs References: SymXchange FindBy Service

Operations

findByActiveCard

post

Finds an account by active card.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardNumberstringRequired

The card number used to search for accounts.

Example: 1234567890123456
Responses
200

Successful operation.

application/json
post
/findByActiveCard
200

Successful operation.

findByAnyCard

post

Finds an account by any card.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardNumberstringRequired

The card number used to search for accounts.

Example: 1234567890123456
Responses
200

Successful operation.

application/json
post
/findByAnyCard
200

Successful operation.

findByHomeUser

post

Finds an account by home user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
HomeBankingUserNamestringRequired

The home banking user used to search for accounts.

Example: john_doe
Responses
200

Successful operation.

application/json
post
/findByHomeUser
200

Successful operation.

findByMICR

post

Finds an account by MICR.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
MICRstringRequired

The Magnetic Ink Character Recognition (MICR) number used to search for accounts.

Example: 12345678
DraftstringRequired

The draft number used to search for accounts.

Example: 987654321
Responses
200

Successful operation.

application/json
post
/findByMICR
200

Successful operation.

findByLookup

post

Finds an account by lookup.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
LookupTypeintegerRequired

The type of lookup used to search for accounts.

Example: 0
LookupNumberstringRequired

The lookup number used to search for accounts.

Example: TESTING
Responses
200

Successful operation.

application/json
post
/findByLookup
200

Successful operation.

findBySSN

post

Finds an account by SSN.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
SSNstringRequired

The Social Security Number (SSN) used to search for accounts.

Example: 849705024
Responses
200

Successful operation.

application/json
post
/findBySSN
200

Successful operation.

findByShortName

post

Finds an account by short name.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ShortNamestringRequired

The short name used to search for accounts.

Example: John D.
Responses
200

Successful operation.

application/json
post
/findByShortName
200

Successful operation.

Last updated

Was this helpful?