Skip to main content

Account Fields

Read An Account

INFOThis section uses the read account endpoint as an example, but rewards-related fields will be returned with any request that returns an account or list of accounts — so long as you’re using the beta accept header.
An account represents a financial account held by a financial institution, like a user’s checking or savings account. An account belongs to a member, which represents the user’s overall relationship with a particular financial institution. A checking account may be just one part of a larger relationship that could also include a car loan and a savings account. It’s important to remember that balance and available_balance will normally be positive numbers — for all account types. But this should be interpreted differently for debt accounts and asset accounts. An asset account, e.g., CHECKING, SAVINGS, or INVESTMENT, will have a positive balance unless it is in an overdraft condition, in which case the balance will be negative. On the other hand, a debt account, e.g., CREDIT CARD, LOAN, MORTGAGE, would have a positive balance when the user owes money on the account. It would have a negative balance if the account has been overpaid. Five fields that are especially important for rewards and credit card products: credit_card_product_guid, enrolled_in_rewards_on, primary_reward_unit, current_reward_level, and next_reward_level. Endpoint: GET /users/{user_guid}/accounts/{account_guid}