Skip to content

Instantly share code, notes, and snippets.

@bumi
Created October 29, 2014 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bumi/7acbdf429399b5cf6267 to your computer and use it in GitHub Desktop.
Save bumi/7acbdf429399b5cf6267 to your computer and use it in GitHub Desktop.
ebics-box transaction json example
[
{
"sha": "4a4a74838ccfd7dadcb454be11a06cc6a9d3de7330f6c555e37853b7eb2e4526",
"date": "2014-10-10",
"entry_date": "2014-10-10",
"amount": 123.45,
"amount_in_cents": 12345,
"sign": 1,
"debit": false,
"credit": true,
"funds_code": "C",
"swift_code": "NTRF",
"reference": "000087539043",
"bank_reference": "010914718/000001",
"currency_letter": "R",
"bic": "DEUTDEFF",
"iban": "DE12500105170648489890",
"name": "Peter Ebics",
"sepa": {
"EREF": "TRX-unique-end-to-end-id",
"MREF": "2345678kas62sa",
"CRED": "DE12500105170648489890",
"SVWZ": "Verwendungszweck TRX-unique-end-to-end-id"
},
"information": "EREF+TRX-unique-end-to-end-idMREF+2345678kas62saCRED+DE12500105170648489890SVWZ+Verwendungszweck TRX-unique-end-to-end-id",
"description": "SEPA LASTSCHRIFT KUNDE",
"sub_fields": {
"10": "281",
"20": "EREF+TRX-unique-end-to-",
"21": "-end-id",
"22": "MREF+2345678kas6",
"23": "2sa",
"24": "CRED+DE12500105170648489890",
"25": "SVWZ+Verwendungszweck TRX-unique",
"26": "-end-to-end-id",
"30": "DEUTDEFF",
"31": "DE12500105170648489890",
"32": "Peter Ebics",
"34": "171",
"00": "SEPA LASTSCHRIFT KUNDE"
},
"transaction_code": "171"
},
{...}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment