POST api/UserInstitutionAccount/GetUserInstitutionAccountByID
Get UserInstitutionAccount information by account ID
Request Information
URI Parameters
None.
Body Parameters
GetUserInstitutionAccountByIDParamsName | Description | Type | Additional information |
---|---|---|---|
AccountID |
Guid-type ID of the UserInstitutionAccount |
globally unique identifier |
None. |
Request Formats
application/json, text/json
{ "AccountID": "415f9dc0-d1b1-4edf-8370-7209ec4e985b" }
application/xml, text/xml
Coming soon.
Response Information
Resource Description
UserInstitutionAccountInformationName | Description | Type | Additional information |
---|---|---|---|
UserInstitutionID |
Guid-type ID of the UserInstitution. |
globally unique identifier |
None. |
AccountID |
Guid-type ID of the UserInstitutionAccount. |
globally unique identifier |
None. |
AccountName |
Account name, e.g. "Primary Checking". |
string |
None. |
AccountNumber |
Account number, e.g. "xxx1234". |
string |
None. |
AccountType |
Account type, e.g. "Checking", "Savings". |
string |
None. |
Balance |
Account balance. |
decimal number |
None. |
AvailableBalance |
Account's available balance (Optional). |
decimal number |
None. |
BalanceCurrency |
Account balance's currency symbol, e.g. "$". |
string |
None. |
LastUpdated |
Last time the account was updated. |
date |
None. |
DueDate |
If the account is a billing account or credit card account, the payment due date. |
date |
None. |
Status |
Account's status. Account status is set to "Tracked" by default. Choose "Untracked" to stop tracking the account. |
UserInstitutionAccountStatus |
None. |
FullAccountNumber |
Account's full account number. Account's full account number is retrieved after running GetFullAccountDetail job. |
string |
None. |
RoutingNumber |
Account's routing number. |
string |
None. |
InstitutionNumber |
Account's institution number. |
string |
None. |
TransitNumber |
Account's transit number. |
string |
None. |
OwnerName |
Account owner(s)' full name. |
string |
None. |
Address |
Account owner(s)' address. |
string |
None. |
InsuranceData |
Optional insurance data if this is an insurance account |
InsuranceData |
None. |
CreditCardData |
Optional credit card data if this is an credit card account |
CreditCardData |
None. |
LoanData |
Optional loan data if this is an loan account |
LoanData |
None. |
SubType |
Account owner(s)' subtype. |
string |
None. |
CashBalance |
Account's cash balance (Optional). |
decimal number |
None. |
Response Formats
application/json, text/json
{ "UserInstitutionID": "d577b3d8-763d-4daa-8e46-2cb35e0014d1", "AccountID": "05e39221-194e-4c19-9510-d41e13ed6460", "AccountName": "sample string 3", "AccountNumber": "sample string 4", "AccountType": "sample string 5", "Balance": 1.0, "AvailableBalance": 1.0, "BalanceCurrency": "sample string 6", "LastUpdated": "2025-02-23T20:44:41.0074986+00:00", "DueDate": "2025-02-23T20:44:41.0074986+00:00", "Status": 0, "FullAccountNumber": "sample string 7", "RoutingNumber": "sample string 8", "InstitutionNumber": "sample string 9", "TransitNumber": "sample string 10", "OwnerName": "sample string 11", "Address": "sample string 12", "InsuranceData": { "InsuranceAccountID": "0e476678-ee78-4c99-a918-499e2998ef81", "PremiumAmount": 1.0, "BenefitAmount": 1.0, "InsuredName": "sample string 2", "CashValueAmount": 1.0, "DeathBenefitAmount": 1.0, "PremiumFrequency": "sample string 3", "PolicyDate": "2025-02-23T20:44:41.0074986+00:00", "MaturityDate": "2025-02-23T20:44:41.0074986+00:00", "Beneficiary": "sample string 4", "CashSurrenderValue": 1.0, "PayOutAmount": 1.0 }, "CreditCardData": { "AvailableCash": 1.0, "AvailableCredit": 1.0, "TotalCashLimit": 1.0, "TotalCreditLine": 1.0, "APR": 1.0, "CashAPR": 1.0, "RewardUnit": "sample string 1", "RewardBalance": 1.0, "RewardDescription": "sample string 2", "EnrollmentDate": "2025-02-23T20:44:41.0074986+00:00", "CurrentLevel": "sample string 3", "NextLevel": "sample string 4", "CreditCardAccountKey": "f9f954d9-f400-40e5-b9ba-026baf4ce983" }, "LoanData": { "ReferenceNumber": "sample string 1", "SequenceNumber": "sample string 2", "Guarantor": "sample string 3", "Lender": "sample string 4", "LoanStatus": "sample string 5", "OriginalLoanAmount": 1.0, "PrincipalBalance": 1.0, "RecurringPayment": 1.0, "TotalCreditLimit": 1.0, "OriginationDate": "2025-02-23T20:44:41.0074986+00:00", "LoanPayoffAmount": 1.0, "LoanPayByDate": "2025-02-23T20:44:41.0074986+00:00", "LoanAccountKey": "2d81bb12-68d1-4b63-8d47-bc0f4a56b40c" }, "SubType": "sample string 13", "CashBalance": 1.0 }
application/xml, text/xml
Coming soon.