Created
November 13, 2018 23:15
-
-
Save staycreativedesign/566522b3fada97cfdebcf3e3ab8fc66b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #<Stripe::Customer:0x3fd912a854b4 id=cus_Dy7HdPqBmZUWVd> JSON: { | |
| "id": "cus_Dy7HdPqBmZUWVd", | |
| "object": "customer", | |
| "account_balance": 0, | |
| "created": 1542150727, | |
| "currency": null, | |
| "default_source": "card_1DWB3ALe7Ukzj8AakxEn0M5m", | |
| "delinquent": false, | |
| "description": null, | |
| "discount": null, | |
| "email": null, | |
| "invoice_prefix": "6EA8E22", | |
| "livemode": false, | |
| "metadata": {}, | |
| "shipping": null, | |
| "sources": {"object":"list","data":[{"id":"card_1DWB3ALe7Ukzj8AakxEn0M5m","object":"card","address_city":"fl","address_country":"United States","address_line1":"miami","address_line1_check":"pass","address_line2":null,"address_state":"OK","address_zip":"74133","address_zip_check":"pass","brand":"Visa","country":"US","customer":"cus_Dy7HdPqBmZUWVd","cvc_check":"pass","dynamic_last4":null,"exp_month":2,"exp_year":2019,"fingerprint":"vGhMe6gTif28eAYu","funding":"credit","last4":"4242","metadata":{},"name":"1312321 ave","tokenization_method":null}],"has_more":false,"total_count":1,"url":"/v1/customers/cus_Dy7HdPqBmZUWVd/sources"}, | |
| "subscriptions": {"object":"list","data":[],"has_more":false,"total_count":0,"url":"/v1/customers/cus_Dy7HdPqBmZUWVd/subscriptions"}, | |
| "tax_info": null, | |
| "tax_info_verification": null | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment