[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin-tests] branch master updated: add JSONs reference files
From: |
gnunet |
Subject: |
[libeufin-tests] branch master updated: add JSONs reference files |
Date: |
Thu, 21 Jan 2021 14:32:52 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin-tests.
The following commit(s) were added to refs/heads/master by this push:
new 6ab75e6 add JSONs reference files
6ab75e6 is described below
commit 6ab75e63f095f3cfdf1080fa01e73909d7d5f5c2
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 21 14:32:21 2021 +0100
add JSONs reference files
---
camt53_example3.json | 169 +++++++++++++++++++++++++++++++++++++
camt53_example_dashed_subject.json | 71 ++++++++++++++++
2 files changed, 240 insertions(+)
diff --git a/camt53_example3.json b/camt53_example3.json
new file mode 100644
index 0000000..d44df09
--- /dev/null
+++ b/camt53_example3.json
@@ -0,0 +1,169 @@
+{
+ "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": "\u00dcberweisung
Test Nr. 1 Referenz-Nummer
0FMRBH8FZYYMSQ2RHTYYGK2BV33JVSW6MTYCV7Y833GVNXFDYK10"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "amount": "EUR:3.15",
+ "creditDebitIndicator": "CRDT",
+ "status": "BOOK",
+ "bankTransactionCode": "PMNT-RRCT-ESCT",
+ "valueDate": "2020-05-29",
+ "bookingDate": "2020-05-29",
+ "accountServicerRef": "2020052913163282000",
+ "batches": [
+ {
+ "batchTransactions": [
+ {
+ "amount": "EUR:3.15",
+ "creditDebitIndicator": "CRDT",
+ "details": {
+ "debtor": {
+ "name": "TALER WALLET USER"
+ },
+ "debtorAccount": {
+ "iban": "DE00000000000000000000"
+ },
+ "debtorAgent": {
+ "bic": "BYLADEM1WOR"
+ },
+ "creditor": {
+ "name": "Taler Exchange"
+ },
+ "creditorAccount": {
+ "iban": "DE00000000000000000000"
+ },
+ "endToEndId": "NOTPROVIDED",
+ "unstructuredRemittanceInformation": "\u00dcberweisung
Mai, Test Nr. 2"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "amount": "EUR:1.79",
+ "creditDebitIndicator": "CRDT",
+ "status": "BOOK",
+ "bankTransactionCode": "PMNT-RRCT-ESCT",
+ "valueDate": "2020-05-29",
+ "bookingDate": "2020-05-29",
+ "accountServicerRef": "2020052913183564000",
+ "batches": [
+ {
+ "batchTransactions": [
+ {
+ "amount": "EUR:1.79",
+ "creditDebitIndicator": "CRDT",
+ "details": {
+ "debtor": {
+ "name": "TALER EXCHANGE"
+ },
+ "debtorAccount": {
+ "iban": "DE00000000000000000000"
+ },
+ "debtorAgent": {
+ "bic": "BYLADEM1WOR"
+ },
+ "creditor": {
+ "name": "Taler Merchant"
+ },
+ "creditorAccount": {
+ "iban": "DE00000000000000000000"
+ },
+ "endToEndId": "NOTPROVIDED",
+ "unstructuredRemittanceInformation": "\u00dcberweisung
Mai, Test Nr. 3"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "amount": "EUR:9.96",
+ "creditDebitIndicator": "DBIT",
+ "status": "BOOK",
+ "bankTransactionCode": "ACMT-OPCL-ACCC",
+ "valueDate": "2020-05-31",
+ "bookingDate": "2020-05-29",
+ "accountServicerRef": "2020052921190458000",
+ "batches": [
+ {
+ "batchTransactions": [
+ {
+ "amount": "EUR:9.96",
+ "creditDebitIndicator": "DBIT",
+ "details": {
+ "unstructuredRemittanceInformation": "ABSCHLUSS PER
31.05.2020"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/camt53_example_dashed_subject.json
b/camt53_example_dashed_subject.json
new file mode 100644
index 0000000..370d683
--- /dev/null
+++ b/camt53_example_dashed_subject.json
@@ -0,0 +1,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"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin-tests] branch master updated: add JSONs reference files,
gnunet <=