Advertisement
Guest User

Untitled

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