summaryrefslogtreecommitdiff
path: root/camt53_example_dashed_subject.json
blob: 370d683dbcc2ced9931afedea219f90622cc0dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "messageType": "statement",
  "messageId": "053D2020-05-29T23:41:27.0N200000011",
  "creationDateTime": "2020-05-29T23:41:21.0+02:00",
  "reports": [
    {
      "id": "4967C532020052923412775014049078800",
      "creationDateTime": "2020-05-29T23:41:21.0+02:00",
      "legalSequenceNumber": 5,
      "electronicSequenceNumber": 200000011,
      "account": {
        "currency": "EUR",
        "iban": "DE00000000000000000000"
      },
      "balances": [
        {
          "type": "PRCD",
          "date": "2020-05-29",
          "creditDebitIndicator": "CRDT",
          "amount": "EUR:202.01"
        },
        {
          "type": "CLBD",
          "date": "2020-05-29",
          "creditDebitIndicator": "CRDT",
          "amount": "EUR:199.34"
        }
      ],
      "entries": [
        {
          "amount": "EUR:2.35",
          "creditDebitIndicator": "CRDT",
          "status": "BOOK",
          "bankTransactionCode": "PMNT-RRCT-ESCT",
          "valueDate": "2020-05-29",
          "bookingDate": "2020-05-29",
          "accountServicerRef": "2020052912023838000",
          "batches": [
            {
              "batchTransactions": [
                {
                  "amount": "EUR:2.35",
                  "creditDebitIndicator": "CRDT",
                  "details": {
                    "debtor": {
                      "name": "TALER WALLET USER"
                    },
                    "debtorAccount": {
                      "iban": "DE00000000000000000000"
                    },
                    "debtorAgent": {
                      "bic": "BYLADEM1WOR"
                    },
                    "creditor": {
                      "name": "Taler Exchange"
                    },
                    "creditorAccount": {
                      "iban": "DE00000000000000000000"
                    },
                    "endToEndId": "NOTPROVIDED",
                    "unstructuredRemittanceInformation": "subject-with-dashes"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}