Skip to main content

Read account

An account represents a financial account held by a financial institution, like a user's checking or savings account. For more information on accounts, visit our Platform API Reference. 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. You must use the beta header in order for the account details endpoint to return rewards-related data after you have fetched it.

GET
/users/{user_guid}/accounts/{account_guid}

Path Parameters

FieldRequiredType

account_guid

The unique id for an account.

Required
String

user_guid

The unique id for a user.

Required
String
Loading...