erirawan

request_body_payment_checkout

Aug 10th, 2021
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.03 KB | None | 0 0
  1. {
  2.     "cartID": "24703194-618d-423f-ba17-bb6a171827b8",
  3.     "address": {
  4.         "id": "23926579-fa7a-4b3d-abed-a43217d9bace",
  5.         "cartID": "24703194-618d-423f-ba17-bb6a171827b8",
  6.         "addressType": "Rumah",
  7.         "name": "Bagas",
  8.         "address": "Jalan Raya Kalimalang, RW 12, Pondok Kelapa, Duren Sawit, East Jakarta, Bintarajaya, West Java, 17137, Indonesia",
  9.         "zipCode": "21331",
  10.         "latitude": -6.173431,
  11.         "longitude": 106.811092,
  12.         "isMain": true,
  13.         "note": "jangan tekan bel warna merah",
  14.         "phoneNumber": "08292382398",
  15.         "email": "[email protected]",
  16.         "countryID": "0b6022f8-6941-4273-9187-47a6f01e2968",
  17.         "country": "Indonesia",
  18.         "provinceID": "3e6d0176-7f17-4ce4-b72b-dbce0ff57789",
  19.         "province": "DKI Jakarta",
  20.         "cityID": "2f4429cc-a358-411b-88fe-a1409751a31c",
  21.         "city": "Jakarta Timur",
  22.         "districtID": "9a3573e1-f4de-4336-9610-ac8d4f7d2b90",
  23.         "district": "Pulogadung",
  24.         "subDistrictID": "9daca05d-a369-4095-9632-64238c90dce3",
  25.         "subDistrict": "Kayu Putih"
  26.     },
  27.     "product": [
  28.         {
  29.             "detailCartID": "9c1608c6-632c-48b2-8623-f2e65e959da4",
  30.             "price": 9950,
  31.             "discountAmount": 50,
  32.             "discountPercentage": 0.005,
  33.             "originalPrice": 10000,
  34.             "quantity": 5,
  35.             "amount": 49750,
  36.             "discountType": "PERCENTAGE",
  37.             "productID": "55b5cd02-a880-4f44-97ad-c2dca8433b65",
  38.             "productName": "Oil Filter",
  39.             "productTypeName": "Product",
  40.             "productImage": [
  41.                 {
  42.                     "id": "55b5cd02-a880-4f44-97ad-c2dca8433b65",
  43.                     "url": "https://aop-b2c-api.atlantica.dev/v1/document-service/aop-product/c7f322b2-ee01-4498-bd8b-405e4fedb7bc+oil+filter.webp",
  44.                     "type": "image",
  45.                     "is_watermark": false
  46.                 },
  47.                 {
  48.                     "id": "560afbe4-dd4b-4a79-a46c-b0ec8c1dec0e",
  49.                     "url": "https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4",
  50.                     "type": "video",
  51.                     "is_watermark": false
  52.                 }
  53.             ],
  54.             "isFavorite": false,
  55.             "productVariationName": "kecil",
  56.             "productVariationTypeName": "Size",
  57.             "productVariationDetailsTitle": null
  58.         }
  59.     ],
  60.     "deliveryMethod": {
  61.         "id": "a36b0ed8-e077-4ee0-8157-e0596e5027a8",
  62.         "name": "JNE Sameday",
  63.         "estimation": "1 - 5",
  64.         "price": 20000,
  65.         "code": "2311"
  66.     },
  67.     "coupon": {
  68.         "id": "f840fb7c-fb01-4993-992b-bda2acdbd71d",
  69.         "title": "Testing Coupons",
  70.         "code": "TESTINGCODE",
  71.         "term_conditions": "<p>testing</p>",
  72.         "coupon_start_date": "2021-06-14T00:00:00.000Z",
  73.         "coupon_end_date": "2021-06-15T00:00:00.000Z",
  74.         "image": "https://aop-b2c-api.atlantica.dev/v1/document-service/aop-product/67e12f84-2442-41e1-a4e4-e859eed3725d+voucher+spooring.webp",
  75.         "min_amount": "25000",
  76.         "max_amount": "100000",
  77.         "discount_type": "FIX",
  78.         "discount_type_amount": "100000"
  79.     },
  80.     "paymentMethod": {
  81.         "id": "11d9e30c-a9e1-42cc-951d-647903ade40e",
  82.         "name": "Credit Card",
  83.         "type": "CREDITCARD",
  84.         "imagePath": "https://aop-b2c-api.atlantica.dev/v1/document-service/images/2d071574-e816-49a7-bae1-73d45cffd564+visa.webp",
  85.         "order": 1,
  86.         "code": "cc_payment",
  87.         "description": "Problems our easy go the pouring of the into avoid a that a desk"
  88.     },
  89.     "paymentDetail": {
  90.         "subtotal": 99500,
  91.         "delivery": 20000,
  92.         "discountDelivery": 15000,
  93.         "discount": [
  94.             {
  95.                 "name": "Diskon Maret Greget",
  96.                 "value": 10000,
  97.                 "type": "FIX"
  98.             }
  99.         ],
  100.         "insurance": 5000,
  101.         "discountInsurance": 5000,
  102.         "totalAmount": 94500
  103.     }
  104. }
Advertisement
Add Comment
Please, Sign In to add comment