Created
October 24, 2015 23:43
-
-
Save kristianfreeman/366d691e0ad0dc4368bd 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
{ | |
"object": "customer", | |
"created": 1409190039, | |
"id": "cus_4fdAW5ftNQow1a", | |
"livemode": false, | |
"description": "new_paying_customer", | |
"email": null, | |
"delinquent": false, | |
"metadata": {}, | |
"subscriptions": { | |
"object": "list", | |
"total_count": 1, | |
"has_more": false, | |
"url": "/v1/customers/cus_4fdAW5ftNQow1a/subscriptions", | |
"data": [ | |
{ | |
"id": "sub_4fdAS9IlSOFfiv", | |
"plan": { | |
"interval": "month", | |
"name": "Basic Plan", | |
"created": 1409178429, | |
"amount": 1200, | |
"currency": "usd", | |
"id": "basic", | |
"object": "plan", | |
"livemode": false, | |
"interval_count": 1, | |
"trial_period_days": null, | |
"metadata": {}, | |
"statement_descriptor": null | |
}, | |
"object": "subscription", | |
"start": 1409190039, | |
"status": "active", | |
"customer": "cus_4fdAW5ftNQow1a", | |
"cancel_at_period_end": false, | |
"current_period_start": 1409190039, | |
"current_period_end": 1411868439, | |
"ended_at": null, | |
"trial_start": null, | |
"trial_end": null, | |
"canceled_at": null, | |
"quantity": 1, | |
"application_fee_percent": null, | |
"discount": null, | |
"metadata": {} | |
} | |
] | |
}, | |
"discount": null, | |
"account_balance": 0, | |
"currency": "usd", | |
"cards": { | |
"object": "list", | |
"total_count": 1, | |
"has_more": false, | |
"url": "/v1/customers/cus_4fdAW5ftNQow1a/cards", | |
"data": [ | |
{ | |
"id": "card_14WHtz4rPA98z9GRTW1QMenU", | |
"object": "card", | |
"last4": "4242", | |
"brand": "Visa", | |
"funding": "unknown", | |
"exp_month": 1, | |
"exp_year": 2015, | |
"fingerprint": "0qYXzA0d9EZtsgQ6", | |
"customer": "cus_4fdAW5ftNQow1a" | |
} | |
] | |
}, | |
"default_card": "card_14WHtz4rPA98z9GRTW1QMenU" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment