Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2. "buyer": {
  3. "id": "1234",
  4. "created_at": "2014-06-28T10:45:00.249Z",
  5. "email": "kumar@gopaysense.com",
  6. "name": "Kumar Varun",
  7. "phone_number": "+913333331500",
  8. "phone_validated": true,
  9. "email_validated": true,
  10. "account_type": "top_customer",
  11. "passport_or_id": "7657873480372365"
  12. },
  13. "txn": {
  14. "id": "100005768",
  15. "currency": "inr",
  16. "amount": 40,
  17. "est_amount": "1150.00",
  18. "created_at": "2015-06-01T16:50:00.000Z",
  19. "billing_address": {
  20. "street": "Second Floor, 132, 11th Main",
  21. "street2": "17th Cross, Malleswaram",
  22. "city": "Bengaluru",
  23. "state": "Karnataka",
  24. "postal_code": "560001",
  25. "country": "IN"
  26. },
  27. "delivery_address": { // Address of the theatre
  28. "street": "Second Floor, 132, 11th Main",
  29. "street2": "17th Cross, Malleswaram",
  30. "city": "Bengaluru",
  31. "state": "Karnataka",
  32. "postal_code": "560001",
  33. "country": "IN"
  34. },
  35. "delivery_method": "null",
  36. "est_delivery_date": "",
  37. "promotion_id": "2343",
  38. "promotion_sponsor": "billgates",
  39. "promotion_desc": "This gives you four credits"
  40. },
  41. "cart_items": [
  42. {
  43. "item_id": "1000389", // Ticket id
  44. "item_amount": 40, // Ticket Amount
  45. "item_name": "3 idiots", // Movie Name
  46. "item_product_category": "tickets", // Product Category
  47. "item_fare_class": "business", // Ticket Class
  48. "seller_id": "1000556", // Movie Theatre Unique ID
  49. "seller_name": "PVR Hyderabad", // Movie Theatre Name
  50. "var_1": "2015-06-01T10:50:00.000Z", // Showtime
  51. "var_2": "",
  52. "var_3": ""
  53. }
  54. ],
  55. "session_token": "65a292b6-4186-11e5-a151-feff819cdc9f"
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement