get https://connect.routee.net/accounts/me/transactions
Get all your account transcatiors
RESONSE PARAMETERS
| KEY | DESCRIPTION |
|---|---|
| totalPages | The number of total pages. |
| last | Whether the current page is the last one. |
| totalElements | The total amount of elements for the current search. |
| first | Whether the current page is the first one. |
| numberOfElements | The number of elements currently on this page. |
| number | The requested page number. |
| size | The requested page size. |
| content | Contains the search results. |
| content.id | The id of the transaction. |
| content.source | The source that created this transaction. |
| content.transactionType | Always TopUp. |
| content.amount | The amount of this transaction. |
| content.status | The status of the transaction. |
| content.balanceBefore | The balance the account had before the transaction was processed. |
| content.balanceAfter | The balance of the account after the transaction, depending on the transaction status the balance might or might not be affected. |
| content.date | The date that the transaction was created. |
| content.actions | A list of all the transaction actions. |
| content.actions.id | The id of the action. |
| content.actions.type | Actions can be applied to transactions and affect the balance of the account depending on the transaction status. |
| content.actions.amount | The amount of the action. |
| content.actions.date | The date that the action was created. |
| content.actions.balanceBefore | The balance the account had before the action was processed. |
| content.actions.balanceAfter | The balance of the account after the action, see action type to see how the balance might be affected. |
| content.actions.status | The status of the action. |
ERROR CODES
| STATUS | CODE | DESCRIPTION |
|---|---|---|
| 400 | 400001012 | Account is trial. |
