erirawan

response_order_payment_status

Aug 11th, 2021
1,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.83 KB | None | 0 0
  1. {
  2.     "status": "000",
  3.     "message": "Success Get Orders Data Detail",
  4.     "data": {
  5.         "id": "66fc4284-e2a7-4291-9869-d87b942f00e1",
  6.         "placedFromIP": "::ffff:10.244.1.161",
  7.         "orderNumber": "undefined-808503121105",
  8.         "orderDate": "2021-08-09T15:23:00.069+00:00",
  9.         "customerID": "62378e9c-db7d-42bd-87f4-7183f69aaaef",
  10.         "customerName": "[email protected]",
  11.         "email": "[email protected]",
  12.         "phoneNumber": "08292382398",
  13.         "total": "64550",
  14.         "status": "processing",
  15.         "paymentStatus": "pending",
  16.         "paymentDetail": {
  17.             "subTotal": "89550",
  18.             "coupon": "500",
  19.             "shipping": "20000",
  20.             "shippingDiscount": "15000",
  21.             "insurance": "5000",
  22.             "insuranceDiscount": "5000",
  23.             "status": "pending",
  24.             "pointDiscount": "20000",
  25.             "rewardPoint": "10000"
  26.         },
  27.         "orderProduct": [
  28.             {
  29.                 "productID": "d85c9c52-b472-4812-b182-699b20ab8f71",
  30.                 "productName": "Ban Motor Aspira",
  31.                 "imagePath": "",
  32.                 "product": {
  33.                     "detailCartID": "b256191b-e023-461b-bc13-1015a59f11bd",
  34.                     "price": 9950,
  35.                     "discountAmount": 50,
  36.                     "discountPercentage": 0.005,
  37.                     "originalPrice": 10000,
  38.                     "quantity": 3,
  39.                     "amount": 29850,
  40.                     "discountType": "PERCENTAGE",
  41.                     "productID": "d85c9c52-b472-4812-b182-699b20ab8f71",
  42.                     "productName": "Ban Motor Aspira",
  43.                     "productTypeName": null,
  44.                     "productImage": "",
  45.                     "isFavorite": false,
  46.                     "productVariationName": null,
  47.                     "productVariationTypeName": null,
  48.                     "productVariationDetailsTitle": null
  49.                 },
  50.                 "productPrice": 9950,
  51.                 "qty": 3,
  52.                 "totalPrice": 29850
  53.             },
  54.             {
  55.                 "productID": "55b5cd02-a880-4f44-97ad-c2dca8433b65",
  56.                 "productName": "Ban Motor Aspira",
  57.                 "imagePath": "",
  58.                 "product": {
  59.                     "detailCartID": "9c1608c6-632c-48b2-8623-f2e65e959da4",
  60.                     "price": 9950,
  61.                     "discountAmount": 50,
  62.                     "discountPercentage": 0.005,
  63.                     "originalPrice": 10000,
  64.                     "quantity": 3,
  65.                     "amount": 29850,
  66.                     "discountType": "PERCENTAGE",
  67.                     "productID": "55b5cd02-a880-4f44-97ad-c2dca8433b65",
  68.                     "productName": "Ban Motor Aspira",
  69.                     "productTypeName": "Barang",
  70.                     "productImage": "",
  71.                     "isFavorite": false,
  72.                     "productVariationName": "new rantai",
  73.                     "productVariationTypeName": "Size",
  74.                     "productVariationDetailsTitle": "rantai gold"
  75.                 },
  76.                 "productPrice": 9950,
  77.                 "qty": 3,
  78.                 "totalPrice": 29850
  79.             },
  80.             {
  81.                 "productID": "d85c9c52-b472-4812-b182-699b20ab8f71",
  82.                 "productName": "Ban Motor Aspira",
  83.                 "imagePath": "",
  84.                 "product": {
  85.                     "detailCartID": "d38c28d0-2a0e-4024-8102-74e6c8ab9a37",
  86.                     "price": 9950,
  87.                     "discountAmount": 50,
  88.                     "discountPercentage": 0.005,
  89.                     "originalPrice": 10000,
  90.                     "quantity": 3,
  91.                     "amount": 29850,
  92.                     "discountType": "PERCENTAGE",
  93.                     "productID": "d85c9c52-b472-4812-b182-699b20ab8f71",
  94.                     "productName": "Ban Motor Aspira",
  95.                     "productTypeName": null,
  96.                     "productImage": "",
  97.                     "isFavorite": false,
  98.                     "productVariationName": null,
  99.                     "productVariationTypeName": null,
  100.                     "productVariationDetailsTitle": null
  101.                 },
  102.                 "productPrice": 9950,
  103.                 "qty": 3,
  104.                 "totalPrice": 29850
  105.             }
  106.         ],
  107.         "receiverName": "Bagas",
  108.         "receiverPhone": "08292382398",
  109.         "addressType": "Rumah",
  110.         "address": "Jalan Raya Kalimalang, RW 12, Pondok Kelapa, Duren Sawit, East Jakarta, Bintarajaya, West Java, 17137, Indonesia",
  111.         "kurir": "JNE Sameday",
  112.         "paymentMethod": {
  113.             "paymentMethod": "Credit Card",
  114.             "vaNumber": null,
  115.             "createDate": "2021-08-09",
  116.             "expiredDate": "2021-10-08",
  117.             "howToPay": null
  118.         }
  119.     }
  120. }
Advertisement
Add Comment
Please, Sign In to add comment