get https://api.staging.pungle.co/api/v1/card_issuing/accounts/
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
Field | Value | Description |
---|---|---|
id | string | The Account ID |
program_id | integer | The Berkeley card program ID |
cardholder_id | integer | The Berkeley cardholder ID |
processor_reference | string | The unique reference number for the account or card (aka., proxy number) |
status_code | string | The account status |
balance | integer | The balance in the account |
cards | object | List of cards and card details associated with this account |
bank_details | object | Bank details associated with this card for Direct Deposit |
start_date | string | |
end_date | string | |
authorizations | object | List of authorized or pending transactions |
transactions | object | List of settled transactions and transaction details |
created_at | string | |
updated_at | string |
Card status and Account status
Possible card and account status values are:
Code | Description |
---|---|
active | Active |
not_active | Not Active |
suspended | Suspended |
expired | Expired |
canceled | Cancled |
lost | Lost. Note, this is a terminal status. A card in this status may not be changed to another. |
stolen | Stolen. Note, this is a terminal status. A card in this status may not be changed to another. |
shipping | Shipping |
delinquent | Delinquent |
shipped | Shipped |