Таблица 61. Запрос получения списка транзакций

┌─────────────────────────────────────────────────────────────────────────┐

│ HTTP/1.1 200 OK │

│ x-fapi-interaction-id: 23bac548-d2de-7633-b106-880a5018460d │

│ Content-Type: application/json │

│ │

│ { │

│ "Data": { │

│ "Transaction": [ │

│ { │

│ "AccountId": "12345", │

│ "TransactionId": "123", │

│ "TransactionReference": "Ref 123", │

│ "Amount": { │

│ "Amount": "100.00", │

│ "Currency": "RUB" │

│ }, │

│ "CreditDebitIndicator": "Credit", │

│ "Status": "Booked", │

│ "BookingDateTime": "2019-09-15T10:43:07+00:00", │

│ "ValueDateTime": "2019-09-15T10:45:22+00:00", │

│ "TransactionInformation": "Деньги от друга", │

│ "BankTransactionCode": { │

│ "Code": "ReceivedCreditTransfer", │

│ "SubCode": "DomesticCreditTransfer" │

│ }, │

│ "ProprietaryBankTransactionCode": { │

│ "Code": "Transfer", │

│ "Issuer": "Bank" │

│ }, │

│ "Balance": { │

│ "Amount": { │

│ "Amount": "230.00", │

│ "Currency": "RUB" │

│ }, │

│ "CreditDebitIndicator": "Credit", │

│ "Type": "OpeningAvailable" │

│ } │

│ }, │

│ { │

│ "AccountId": "98765", │

│ "TransactionId": "345", │

│ "TransactionReference": "Ref 124", │

│ "Amount": { │

│ "Amount": "100.00", │

│ "Currency": "GBP" │

│ }, │

│ "CreditDebitIndicator": "Debit", │

│ "Status": "Booked", │

│ "BookingDateTime": "2019-09-15T14:22:09+00:00", │

│ "ValueDateTime": "2019-09-15T14:22:09+00:00", │

│ "TransactionInformation": "Оплата коммунальных услуг", │

│ "AddressLine": "Шлюзовая", │

│ "BankTransactionCode": { │

│ "Code": "IssuedCreditTransfer", │

│ "Subcode": "AutomaticTransfer" │

│ }, │

│ "ProprietaryBankTransactionCode": { │

│ "Code": "DirectDebit", │

│ "Issuer": "Bank" │

│ }, │

│ "Balance": { │

│ "Amount": { │

│ "Amount": "1257.36", │

│ "Currency": "RUB" │

│ }, │

│ "CreditDebitIndicator": "Debit", │

│ "Type": "OpeningAvailable" │

│ } │

│ } │

│ ] │

│ }, │

│ "Links": { │

│ "Self": "https://bank.ru/open-banking/v3.1/aisp/transactions/" │

│ }, │

│ "Meta": { │

│ "TotalPages": 1, │

│ "FirstAvailableDateTime": "2019-09-15T00:00:00+00:00", │

│ "LastAvailableDateTime": "2019-09-15T21:00:00+00:00" │

│ } │

│ } │

└─────────────────────────────────────────────────────────────────────────┘