Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.48 KB | None | 0 0
  1. "message":{
  2.   "attachment":{
  3.     "type":"template",
  4.     "payload":{
  5.       "template_type":"receipt",
  6.       "recipient_name":"Stephane Crozatier",
  7.       "order_number":"12345678902",
  8.       "currency":"USD",
  9.       "payment_method":"Visa 2345",        
  10.       "order_url":"http://petersapparel.parseapp.com/order?order_id=123456",
  11.       "timestamp":"1428444852",        
  12.       "address":{
  13.         "street_1":"1 Hacker Way",
  14.         "street_2":"",
  15.         "city":"Menlo Park",
  16.         "postal_code":"94025",
  17.         "state":"CA",
  18.         "country":"US"
  19.       },
  20.       "summary":{
  21.         "subtotal":75.00,
  22.         "shipping_cost":4.95,
  23.         "total_tax":6.19,
  24.         "total_cost":56.14
  25.       },
  26.       "adjustments":[
  27.         {
  28.           "name":"New Customer Discount",
  29.           "amount":20
  30.         },
  31.         {
  32.           "name":"$10 Off Coupon",
  33.           "amount":10
  34.         }
  35.       ],
  36.       "elements":[
  37.         {
  38.           "title":"Classic White T-Shirt",
  39.           "subtitle":"100% Soft and Luxurious Cotton",
  40.           "quantity":2,
  41.           "price":50,
  42.           "currency":"USD",
  43.           "image_url":"http://petersapparel.parseapp.com/img/whiteshirt.png"
  44.         },
  45.         {
  46.           "title":"Classic Gray T-Shirt",
  47.           "subtitle":"100% Soft and Luxurious Cotton",
  48.           "quantity":1,
  49.           "price":25,
  50.           "currency":"USD",
  51.           "image_url":"http://petersapparel.parseapp.com/img/grayshirt.png"
  52.         }
  53.       ]
  54.     }
  55.   }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement