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.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 (such as savings, checking, or investment) has a positive balance unless it is in an overdraft condition, in which case the balance is negative.
On the other hand, a debt account (such as a credit card, loan, or mortgage) has a positive balance when the user owes money on the account and a negative balance when 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}

