Shopping Category

Text
{ "merchantId":"TESTINAPP", "amount":3900, "validFor": 0, "subMerchantId": "TEST", "transactionId": "5c0fba626a8e2e627f83af45", "merchantOrderId":"SID", "transactionType": "STANDARD", "transactionContext": { "orderContext": { "trackingInfo": { "type": "HTTPS", "url": "https://google.com" } }, "fareDetails": { "totalAmount": 3900, "payableAmount": 3900 }, "cartDetails": { "cartItems": [ { "category": "SHOPPING", "itemId": "1234567890", "price": 3900, "itemName": "TEST", "quantity": 1, "address": { "addressString": "TEST", "city": "TEST", "pincode": "TEST", "country": "TEST", "latitude": 1, "longitude": 1 }, "shippingInfo": { "deliveryType": "STANDARD", "time": { "timestamp": 1561540218, "zoneOffSet": "+05:30" } } } ] } } }

Note : A merchant should send entire fare break up in the above cart details.