Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. {
  2. 'transaction': {
  3. 'id': '20180716135452.648-5A68CA62',
  4. 'terminal': 'test_terminal',
  5. 'location': 'test_location',
  6. 'partnerId': 1223126,
  7. 'track1': None,
  8. 'track2': None,
  9. 'track3': None,
  10. 'barCode': None,
  11. 'pan': '0123000006',
  12. 'hash': None,
  13. 'gcdata': None,
  14. 'cardholder': None,
  15. 'phone': None,
  16. 'dateTime': '20180716135452',
  17. 'extensions': {
  18. 'item': [
  19. {
  20. 'type': 'PURCHASE_EXT_PARAMS',
  21. 'critical': 'Y',
  22. 'params': {
  23. 'item': [
  24. {
  25. 'name': 'RECEIPT',
  26. 'value': '7A825C6713'
  27. }
  28. ]
  29. }
  30. }
  31. ]
  32. }
  33. },
  34. 'amount': 1000000,
  35. 'currency': 643,
  36. 'payment': {
  37. 'item': [
  38. {
  39. 'payMeans': 'N',
  40. 'amount': 1000
  41. },
  42. {
  43. 'payMeans': 'I',
  44. 'amount': 999000
  45. }
  46. ]
  47. },
  48. 'cheque': {
  49. 'item': [
  50. {
  51. 'product': 'TICKET',
  52. 'quantity': '8000.00',
  53. 'amount': 800000,
  54. 'position': None,
  55. 'attributes': None
  56. },
  57. {
  58. 'product': 'OPTION',
  59. 'quantity': '2000.00',
  60. 'amount': 200000,
  61. 'position': None,
  62. 'attributes': None
  63. }
  64. ]
  65. },
  66. 'authentication': None,
  67. 'cashBack': None
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement