Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.   "LoginName": "banktron",
  3.   "Payment": {
  4.     "DebtorAccount": {
  5.       "Iban": "LT123",
  6.       "Currency": "EUR"
  7.     },
  8.     "EndToEndIdentification": "123456789",
  9.     "PaymentType": 0,
  10.     "DebtorId": "1",
  11.     "UltimateDebtor": "2",
  12.     "InstructedAmount": 3,
  13.     "Currency": "USD",
  14.     "CreditorAccount": {
  15.       "Iban": "LT456",
  16.       "Currency": "LTL"
  17.     },
  18.     "CreditorName": "admin",
  19.     "CreditorId": "9",
  20.     "CreditorAddress": {
  21.       "Street": "aaa",
  22.       "BuildingNumber": "000",
  23.       "City": "bbb",
  24.       "PostalCode": "123456",
  25.       "Country": "ccc"
  26.     },
  27.     "UltimateCreditor": "ppp",
  28.     "RemittanceInformationUnstructured": "oiu",
  29.     "RemittanceInformationStructured": {
  30.       "Reference": "o",
  31.       "ReferenceType": "i",
  32.       "ReferenceIssuer": "u"
  33.     },
  34.     "RequestedExecutionDate": "112233",
  35.     "PaymentHash": "abcdefg"
  36.   },
  37.   "HashableProperties": [
  38.     {
  39.       "name": "nn",
  40.       "value": "vv"
  41.     }
  42.   ],
  43.   "Consent": null
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement