Get Account Details

This call returns a list of Account objects and combines data from several other methods. The intent of this call is to give a wide range of information that would be of use in situations such as a landing dashboard after customer login.

The following categories or data sets are available in the response:

  • General account information (balance, status, application date).
  • Cardholder profile data.
  • Posted transactions.
  • Pending card authorizations.
  • Pending fees (generally because of insufficient funds).
  • Savings interest data. This is only applicable if an associated savings account exists. If no savings account exists, a unary savings_interest element will be returned.

Response

FieldValueDescription
idstringThe Account ID
program_idintegerThe Berkeley card program ID
cardholder_idintegerThe Berkeley cardholder ID
processor_referencestringThe unique reference number for the account or card (aka., proxy number)
status_codestringThe account status
balanceintegerThe balance in the account
cardsobjectList of cards and card details associated with this account
bank_detailsobjectBank details associated with this card for Direct Deposit
start_datestring
end_datestring
authorizationsobjectList of authorized or pending transactions
transactionsobjectList of settled transactions and transaction details
created_atstring
updated_atstring

Card status and Account status

Possible card and account status values are:

CodeDescription
activeActive
not_activeNot Active
suspendedSuspended
expiredExpired
canceledCancled
lostLost. Note, this is a terminal status. A card in this status may not be changed to another.
stolenStolen. Note, this is a terminal status. A card in this status may not be changed to another.
shippingShipping
delinquentDelinquent
shippedShipped
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!