Advertisement
hmunoz-stripe

Untitled

Sep 16th, 2020
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | None | 0 0
  1. {
  2.   "object": "list",
  3.   "data": [
  4.     {
  5.       "id": "li_1HS8hzDPNvtYYWA7m0ikvxGx",
  6.       "object": "item",
  7.       "amount_subtotal": 1199,
  8.       "amount_total": 1199,
  9.       "currency": "usd",
  10.       "description": "T-shirt",
  11.       "price": {
  12.         "id": "price_1HS8hzDPNvtYYWA73luAdvwC",
  13.         "object": "price",
  14.         "active": false,
  15.         "billing_scheme": "per_unit",
  16.         "created": 1600293755,
  17.         "currency": "usd",
  18.         "livemode": false,
  19.         "lookup_key": null,
  20.         "metadata": {
  21.         },
  22.         "nickname": null,
  23.         "product": {
  24.           "id": "prod_I2D8BUCkSho03s",
  25.           "object": "product",
  26.           "active": false,
  27.           "attributes": [
  28.  
  29.           ],
  30.           "created": 1600293755,
  31.           "description": null,
  32.           "images": [
  33.  
  34.           ],
  35.           "livemode": false,
  36.           "metadata": {
  37.             "size": "M"
  38.           },
  39.           "name": "T-shirt",
  40.           "statement_descriptor": null,
  41.           "type": "service",
  42.           "unit_label": null,
  43.           "updated": 1600293755
  44.         },
  45.         "recurring": null,
  46.         "tiers_mode": null,
  47.         "transform_quantity": null,
  48.         "type": "one_time",
  49.         "unit_amount": 1199,
  50.         "unit_amount_decimal": "1199"
  51.       },
  52.       "quantity": 1
  53.     }
  54.   ],
  55.   "has_more": false,
  56.   "url": "/v1/checkout/sessions/cs_test_BABhQJKbjogHWWqspkP4FOx0YQkMnfWP6cK1iXBZysSlJfFJCWBYmxta/line_items"
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement