get
https://your-url-here.com/fsi/contacts//accounts//transactions
Body Response
200 OK
| Parameter | Type | Description |
|---|---|---|
| _embedded | object | _embedded object required transactions array[object] required List of account's transactions id string required Transaction's id description string required Brief description for a transaction value object required A tuple with value and currency booked_at string Transaction's book date (post date) value_at string required Transaction's value date (effective date) status string required Allowed values: UNDEFINED PENDING BOOKED POSTED type string required Allowed values: UNDEFINED CREDIT_CARD PAYMENT WITHDRAWAL DEFAULT TRANSFER ADD_ON DEPOSIT PURCHASE CHECK OTHER LOAN_PAYMENTS flow string required Transaction's flow - either a debit or a credit in an account Allowed values: CREDIT DEBIT custom_type string Transaction type customized by bank client custom_status string Transaction status customized by bank client value_details object total_principal_balance string Total principal balance check_number string Check number |
400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| message | string | n/a | yes |
| description | string | n/a | no |
| fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |