Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. {
  2. "id": "XXX",
  3. "object": "subscription",
  4. "application_fee_percent": null,
  5. "billing": "charge_automatically",
  6. "cancel_at_period_end": false,
  7. "canceled_at": null,
  8. "created": 1516621133,
  9. "current_period_end": 1548157133,
  10. "current_period_start": 1516621133,
  11. "customer": "cus_CBQUnKkhSAT8Bd",
  12. "days_until_due": null,
  13. "discount": null,
  14. "ended_at": null,
  15. "items": {
  16. "object": "list",
  17. "data": [
  18. {
  19. "id": "xXX",
  20. "object": "subscription_item",
  21. "created": 1516621133,
  22. "metadata": {
  23. },
  24. "plan": {
  25. "id": "theme-club_8025_year",
  26. "object": "plan",
  27. "amount": 8025,
  28. "created": 1516621131,
  29. "currency": "usd",
  30. "interval": "year",
  31. "interval_count": 1,
  32. "livemode": false,
  33. "metadata": {
  34. },
  35. "name": "theme-club",
  36. "statement_descriptor": "theme-club",
  37. "trial_period_days": null
  38. },
  39. "quantity": 1,
  40. "subscription": "XXX"
  41. }
  42. ],
  43. "has_more": false,
  44. "total_count": 1,
  45. "url": "/v1/subscription_items?subscription=XXXX"
  46. },
  47. "livemode": false,
  48. "metadata": {
  49. "payment_key": "XXX",
  50. "download": "Create and Code Theme Club",
  51. "download_id": "72646",
  52. "price_id": "false"
  53. },
  54. "plan": {
  55. "id": "theme-club_8025_year",
  56. "object": "plan",
  57. "amount": 8025,
  58. "created": 1516621131,
  59. "currency": "usd",
  60. "interval": "year",
  61. "interval_count": 1,
  62. "livemode": false,
  63. "metadata": {
  64. },
  65. "name": "theme-club",
  66. "statement_descriptor": "theme-club",
  67. "trial_period_days": null
  68. },
  69. "quantity": 1,
  70. "start": 1516621133,
  71. "status": "active",
  72. "tax_percent": 23,
  73. "trial_end": null,
  74. "trial_start": null
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement