cofre_transactions
Table name: cofre_transactions
Description: Table to store account transactions and savings
|
Field |
Type |
Description |
API |
|
ID |
Integer |
Sequential number of the registry in the |
|
|
connectionsID |
Integer |
The id of the related connection in table |
|
|
accountsID |
Integer |
The id of the related account in table |
|
|
saltedge_transaction_id |
String |
The id of the
Field |
https://www.saltedge.com/api/v5/transactions?connection_id={connection.id}&account_id={account.id} |
|
saltedge_amount |
Decimal |
The amount of the
Field |
https://www.saltedge.com/api/v5/transactions?connection_id={connection.id}&account_id={account.id} |
|
amount_saved |
Decimal |
The amount saved (AS): The percentage is defined by the Cofre’s user. |
|
|
status |
Integer |
Status of the transaction selected by the user to calculate a saving for the Cofre
Transactions could be: 0 – Selected, but not processed 1 – Saved 2 – Processing 3 – Technical error. Must be analysed 5 – Not approved by payment gateway 6 – Retrieve asked by the user 7 – Retrieve processed |
|
|
|
|
The date when the transaction was made.
Field |
https://www.saltedge.com/api/v5/transactions?connection_id={connection.id}&account_id={account.id} |
|
dt_saving |
Datetime |
Date and time when the saving was responded by the payment |
|
|
dt_retrieve |
|
Date and time when the user asked a |
|
|
datainsert |
Timestamp |
Date and time when the registry was inserted in the |
|
|
dataupdate |
Timestamp |
Date and time of the last update of the registry in the |
|