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": "99773b05-b347-4966-bb10-8858a80f2b39" }
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": "3f187b83-5e04-46d3-b97f-ad0c2baf52b4", "AccountID": "c7c5467b-8ab2-4e1b-bb72-3d6b02a576a5", "AccountName": "sample string 3", "AccountNumber": "sample string 4", "AccountType": "sample string 5", "Balance": 1.0, "AvailableBalance": 1.0, "BalanceCurrency": "sample string 6", "LastUpdated": "2024-12-11T23:45:34.9159641+00:00", "DueDate": "2024-12-11T23:45:34.9159641+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": "afc083c0-95a9-4857-8356-ebd02e0f786b", "PremiumAmount": 1.0, "BenefitAmount": 1.0, "InsuredName": "sample string 2", "CashValueAmount": 1.0, "DeathBenefitAmount": 1.0, "PremiumFrequency": "sample string 3", "PolicyDate": "2024-12-11T23:45:34.9159641+00:00", "MaturityDate": "2024-12-11T23:45:34.9159641+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": "2024-12-11T23:45:34.9159641+00:00", "CurrentLevel": "sample string 3", "NextLevel": "sample string 4", "CreditCardAccountKey": "5740e5f5-2c28-4ca5-82d3-793f23856ddf" }, "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": "2024-12-11T23:45:34.9159641+00:00", "LoanPayoffAmount": 1.0, "LoanPayByDate": "2024-12-11T23:45:34.9159641+00:00", "LoanAccountKey": "8e01bea8-a32d-4cca-adc8-aaa40628ce27" }, "SubType": "sample string 13", "CashBalance": 1.0 }
application/xml, text/xml
Coming soon.