Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. {
  2. "product": {
  3. "code": "MAIN_PRODUCT",
  4. "name": "Main product"
  5. },
  6. "shop": {
  7. "type": "physical_shop",
  8. "name": "Shop Warsaw Outskirts"
  9. },
  10. "customer": {
  11. "identity_code": "38703202860",
  12. "first_name": "Michelle Antonella",
  13. "last_name": "Mercado",
  14. "gender": "f",
  15. "identifications": [
  16. {
  17. "identification_level": "physical",
  18. "document_type": "id_card",
  19. "document_number": "ABC123456",
  20. "document_valid_from": "2016-01-25",
  21. "document_valid_to": "2019-01-25",
  22. "document_valid_to_not_applicable": false
  23. },
  24. {
  25. "identification_level": "online",
  26. "document_type": "id_card",
  27. "document_number": null,
  28. "document_valid_from": "2016-01-25",
  29. "document_valid_to": "2019-01-25",
  30. "document_valid_to_not_applicable": false
  31. }
  32. ],
  33. "contacts": {
  34. "mobile": "+48525210740",
  35. "email": "hobeocvith.pdazaeshuskafbk@inbank.ee"
  36. },
  37. "addresses": [
  38. {
  39. "type": "legal",
  40. "country": "PL",
  41. "county": null,
  42. "city": "Warszawa",
  43. "township": null,
  44. "street": "Streety Street",
  45. "house": "129/2",
  46. "apartment": "29/1a",
  47. "zip_code": "12345",
  48. "provider": "polish_post",
  49. "provider_id": 921428
  50. },
  51. {
  52. "type": "contact",
  53. "country": "PL",
  54. "county": null,
  55. "city": "Warszawa",
  56. "township": null,
  57. "street": "Another Street",
  58. "house": "923",
  59. "apartment": null,
  60. "zip_code": "32421",
  61. "provider": "polish_post",
  62. "provider_id": 9229991
  63. },
  64. {
  65. "type": "contact",
  66. "country": "PL",
  67. "county": null,
  68. "city": "Gdansk",
  69. "township": null,
  70. "street": "Good Street",
  71. "house": "11",
  72. "apartment": "1",
  73. "zip_code": "92818",
  74. "provider": "polish_post",
  75. "provider_id": 82871
  76. }
  77. ]
  78. },
  79. "credit_application": {
  80. "uuid": "b9cbacde-e33f-4e23-bd58-15dcf0e1dfe4",
  81. "number": "89021639696",
  82. "credit_application_status": "offer",
  83. "process_status": "offer_waiting_customers_acceptance",
  84. "created_at": "2018-09-19 23:17:28",
  85. "creator_name": "Ewe Caal",
  86. "signed_at": "2018-09-20 01:49:21",
  87. "signer_name": "Lisa Kurwitz",
  88. "period": 6,
  89. "amount": 932.76,
  90. "max_limit": 10000,
  91. "available_limit": 4590,
  92. "payment_day": 15,
  93. "decision_status": "positive",
  94. "decision_messages": null,
  95. "offer_valid_to": "2018-09-29",
  96. "payout_bank_account": "PL55329006693238457058244590",
  97. "einvoice_bank_account": "PL02209088847553816978334699",
  98. "einvoice_channel": "mBank"
  99. },
  100. "purchase": {
  101. "id": "1234",
  102. "description": "order 1234",
  103. "additional_details": "",
  104. "items": [
  105. {
  106. "id": "WM-687352",
  107. "description": "Washing Machine XYZ",
  108. "quantity": 1,
  109. "amount": 350
  110. },
  111. {
  112. "id": "WM-687354",
  113. "description": "Dust Sucker delux",
  114. "quantity": 2,
  115. "amount": 200
  116. }
  117. ]
  118. },
  119. "contract": {
  120. "uuid": "caf76f7d-6707-49f1-a374-c1c1e4f1cde0",
  121. "number": "89021639696",
  122. "status": "activated",
  123. "payout_bank_account": "PL12109010560000000134044711",
  124. "activated_at": "2018-10-10",
  125. "terminated_at": null,
  126. "product_code": "MAIN_PRODUCT",
  127. "activator_name": "Alisa May Meerhof",
  128. "termination_reason": null
  129. },
  130. "payment_schedule": {
  131. "response_level": "summary",
  132. "period": 6,
  133. "amount": 932.76,
  134. "payment_day": 15,
  135. "down_payment_amount_total": 186.55,
  136. "down_payment_amount_prc": 0.2,
  137. "net_credit_amount": 746.21,
  138. "payment_amount_monthly": 162.92,
  139. "interest_rate_annual": 0.19,
  140. "contract_fee_amount_total": 18.66,
  141. "contract_fee_prc": 0.02,
  142. "admin_fee_amount_monthly": 1.5,
  143. "admin_fee_amount_total": 9,
  144. "insurance_fee_amount_monthly": 4.72,
  145. "insurance_fee_amount_total": 28.32,
  146. "credit_cost_rate_annual": 0.2698,
  147. "credit_cost_amount_total": 100.66,
  148. "residual_amount_total": 0,
  149. "residual_amount_prc": 0,
  150. "interest_bearing_amount": 746.21,
  151. "interest_amount_total": 81.53,
  152. "repayments_amount_total": 977.52,
  153. "first_payment_date": "2018-10-15",
  154. "first_payment_amount": 162.92,
  155. "last_payment_date": "2019-03-15",
  156. "last_payment_amount": 162.94
  157. }
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement