Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. {
  2. "object": {
  3. "id": "cus_Bc4uE8EvJGuZmB",
  4. "object": "customer",
  5. "account_balance": 0,
  6. "created": 1508468430,
  7. "currency": null,
  8. "default_source": "src_1BEqkLKgXi9uvPnGBorVXAN1",
  9. "delinquent": false,
  10. "description": null,
  11. "discount": null,
  12. "email": "afeijo@gmail.com",
  13. "livemode": false,
  14. "metadata": {
  15. },
  16. "shipping": null,
  17. "sources": {
  18. "object": "list",
  19. "data": [
  20. {
  21. "id": "src_1BEqkLKgXi9uvPnGBorVXAN1",
  22. "object": "source",
  23. "amount": null,
  24. "client_secret": "src_client_secret_Bc4umMstvHfeQL6a1zZAOjD9",
  25. "created": 1508468429,
  26. "currency": "usd",
  27. "customer": "cus_Bc4uE8EvJGuZmB",
  28. "flow": "none",
  29. "livemode": false,
  30. "metadata": {
  31. },
  32. "owner": {
  33. "address": null,
  34. "email": "afeijo@gmail.com",
  35. "name": "afeijo@gmail.com",
  36. "phone": null,
  37. "verified_address": null,
  38. "verified_email": null,
  39. "verified_name": null,
  40. "verified_phone": null
  41. },
  42. "statement_descriptor": null,
  43. "status": "chargeable",
  44. "type": "card",
  45. "usage": "reusable",
  46. "card": {
  47. "exp_month": 11,
  48. "exp_year": 2025,
  49. "brand": "Visa",
  50. "country": "US",
  51. "cvc_check": "pass",
  52. "fingerprint": "bpwEsZPItKctMfTn",
  53. "funding": "credit",
  54. "last4": "4242",
  55. "three_d_secure": "optional",
  56. "address_line1_check": null,
  57. "address_zip_check": null,
  58. "tokenization_method": null,
  59. "dynamic_last4": null
  60. }
  61. }
  62. ],
  63. "has_more": false,
  64. "total_count": 1,
  65. "url": "/v1/customers/cus_Bc4uE8EvJGuZmB/sources"
  66. },
  67. "subscriptions": {
  68. "object": "list",
  69. "data": [
  70. ],
  71. "has_more": false,
  72. "total_count": 0,
  73. "url": "/v1/customers/cus_Bc4uE8EvJGuZmB/subscriptions"
  74. }
  75. },
  76. "previous_attributes": null
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement