Tassos

Bill Payments pay user1 - not working - ?

Jun 26th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.32 KB | None | 0 0
  1. Δεν αλλάζει τίποτα όμως στον user1. Δεν μειώνεται το balance του.
  2.  
  3. {
  4.   "payload": {
  5.     "paymentIdentification": {
  6.       "instrId": "a79c2195-7db7-4b97-b2dd-eb99d749d210",
  7.       "endtoendId": "247264526647",
  8.       "txId": "a79c2195-7db7-4b97-b2dd-eb99d749d210",
  9.       "clrSysRef": "90773620062620185486",
  10.       "paymentRef": null
  11.     },
  12.     "creditor": {
  13.       "name": "ΔΕΗ",
  14.       "creditorAccount": {
  15.         "iban": "GR71921131927995927341",
  16.         "pan": null
  17.       },
  18.       "creditorBank": {
  19.         "bic": "ETHNGRAA",
  20.         "branchId": "620",
  21.         "name": "NATIONAL BANK OF GREECE"
  22.       }
  23.     },
  24.     "debtor": {
  25.       "name": "Αυτός που πληρώνει την ΔΕΗ",
  26.       "debtorAccount": {
  27.         "iban": "GR8979540708770489",
  28.         "pan": null
  29.       },
  30.       "telephone": "2101234567"
  31.     },
  32.     "settlementInfo": {
  33.       "ccy": "EUR",
  34.       "amount": 50,
  35.       "method": "ACCT"
  36.     },
  37.     "commissionInfo": {
  38.       "total": 0.1,
  39.       "nbg": 0.1,
  40.       "merchant": 0,
  41.       "thirdParty": 0,
  42.       "subAgent": 0
  43.     },
  44.     "additional": {
  45.       "ledgerBalance": 1000,
  46.       "availableBalance": 1000,
  47.       "sendCutOffTime": "2018-06-27 08:00:00"
  48.     }
  49.   },
  50.   "exception": null,
  51.   "messages": null,
  52.   "executionTime": 0
  53. }
Advertisement
Add Comment
Please, Sign In to add comment