Created
February 9, 2020 21:19
-
-
Save mikesol/3ef0a9609f54b995cc208c07fd584524 to your computer and use it in GitHub Desktop.
Mock data from stripe /v1/customers
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": "list", | |
| "data": [ | |
| { | |
| "id": "cus_GhmXKD3awekHyV", | |
| "object": "customer", | |
| "account_balance": -755, | |
| "address": { | |
| "city": "Elk Grove", | |
| "country": "US", | |
| "line1": "12 McKenna Dr", | |
| "line2": "", | |
| "postal_code": "95757", | |
| "state": "CA" | |
| }, | |
| "balance": -755, | |
| "created": 1581282353, | |
| "currency": "eur", | |
| "default_source": "card_1GAMz2A2WCpbIMtYOuXS6w0b", | |
| "delinquent": false, | |
| "description": "Our best customer of 2019", | |
| "discount": null, | |
| "email": "[email protected]", | |
| "invoice_prefix": "8AADA500", | |
| "invoice_settings": { | |
| "custom_fields": null, | |
| "default_payment_method": null, | |
| "footer": null | |
| }, | |
| "livemode": false, | |
| "metadata": { | |
| }, | |
| "name": "Sarah Roe", | |
| "phone": "+19162234235", | |
| "preferred_locales": [ | |
| "en" | |
| ], | |
| "shipping": { | |
| "address": { | |
| "city": "Elk Grove", | |
| "country": "US", | |
| "line1": "12 McKenna Dr", | |
| "line2": "", | |
| "postal_code": "95757", | |
| "state": "CA" | |
| }, | |
| "name": "Sarah Roe", | |
| "phone": "+19162234235" | |
| }, | |
| "sources": { | |
| "object": "list", | |
| "data": [ | |
| { | |
| "id": "card_1GAMz2A2WCpbIMtYOuXS6w0b", | |
| "object": "card", | |
| "address_city": null, | |
| "address_country": null, | |
| "address_line1": null, | |
| "address_line1_check": null, | |
| "address_line2": null, | |
| "address_state": null, | |
| "address_zip": null, | |
| "address_zip_check": null, | |
| "brand": "MasterCard", | |
| "country": "US", | |
| "customer": "cus_GhmXKD3awekHyV", | |
| "cvc_check": "pass", | |
| "dynamic_last4": null, | |
| "exp_month": 3, | |
| "exp_year": 2022, | |
| "fingerprint": "Kkb1IE41URFn7yXc", | |
| "funding": "credit", | |
| "last4": "4444", | |
| "metadata": { | |
| }, | |
| "name": null, | |
| "tokenization_method": null | |
| }, | |
| { | |
| "id": "ba_1GAN00A2WCpbIMtYWJxcDQsz", | |
| "object": "bank_account", | |
| "account_holder_name": "Meeshkan", | |
| "account_holder_type": "company", | |
| "bank_name": "STRIPE TEST BANK", | |
| "country": "US", | |
| "currency": "usd", | |
| "customer": "cus_GhmXKD3awekHyV", | |
| "fingerprint": "5syK2WFSK3KGCcls", | |
| "last4": "6789", | |
| "metadata": { | |
| }, | |
| "routing_number": "110000000", | |
| "status": "new" | |
| } | |
| ], | |
| "has_more": false, | |
| "total_count": 2, | |
| "url": "/v1/customers/cus_GhmXKD3awekHyV/sources" | |
| }, | |
| "subscriptions": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmXKD3awekHyV/subscriptions" | |
| }, | |
| "tax_exempt": "none", | |
| "tax_ids": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmXKD3awekHyV/tax_ids" | |
| }, | |
| "tax_info": null, | |
| "tax_info_verification": null | |
| }, | |
| { | |
| "id": "cus_GhmWvgP9jCziBe", | |
| "object": "customer", | |
| "account_balance": 0, | |
| "address": { | |
| "city": "Espoo", | |
| "country": "FI", | |
| "line1": "Matinlahdenkatu 5", | |
| "line2": "", | |
| "postal_code": "02235", | |
| "state": "" | |
| }, | |
| "balance": 0, | |
| "created": 1581282272, | |
| "currency": "eur", | |
| "default_source": "ba_1GAN1MA2WCpbIMtYyveaxutb", | |
| "delinquent": false, | |
| "description": "Another fantastic customer", | |
| "discount": null, | |
| "email": "[email protected]", | |
| "invoice_prefix": "4DD6B696", | |
| "invoice_settings": { | |
| "custom_fields": null, | |
| "default_payment_method": null, | |
| "footer": null | |
| }, | |
| "livemode": false, | |
| "metadata": { | |
| }, | |
| "name": "John Doe", | |
| "phone": "+358441520432", | |
| "preferred_locales": [ | |
| "fi" | |
| ], | |
| "shipping": { | |
| "address": { | |
| "city": "Espoo", | |
| "country": "FI", | |
| "line1": "Matinlahdenkatu 5", | |
| "line2": "", | |
| "postal_code": "02235", | |
| "state": "" | |
| }, | |
| "name": "John Doe", | |
| "phone": "+358441520432" | |
| }, | |
| "sources": { | |
| "object": "list", | |
| "data": [ | |
| { | |
| "id": "ba_1GAN1MA2WCpbIMtYyveaxutb", | |
| "object": "bank_account", | |
| "account_holder_name": "John Doe", | |
| "account_holder_type": "individual", | |
| "bank_name": "STRIPE TEST BANK", | |
| "country": "US", | |
| "currency": "usd", | |
| "customer": "cus_GhmWvgP9jCziBe", | |
| "fingerprint": "5syK2WFSK3KGCcls", | |
| "last4": "6789", | |
| "metadata": { | |
| }, | |
| "routing_number": "110000000", | |
| "status": "new" | |
| }, | |
| { | |
| "id": "card_1GAN1zA2WCpbIMtYL4iuHDmL", | |
| "object": "card", | |
| "address_city": null, | |
| "address_country": null, | |
| "address_line1": null, | |
| "address_line1_check": null, | |
| "address_line2": null, | |
| "address_state": null, | |
| "address_zip": null, | |
| "address_zip_check": null, | |
| "brand": "Visa", | |
| "country": "US", | |
| "customer": "cus_GhmWvgP9jCziBe", | |
| "cvc_check": null, | |
| "dynamic_last4": null, | |
| "exp_month": 3, | |
| "exp_year": 2021, | |
| "fingerprint": "b22CqtzelwDiun5r", | |
| "funding": "credit", | |
| "last4": "4242", | |
| "metadata": { | |
| }, | |
| "name": null, | |
| "tokenization_method": null | |
| } | |
| ], | |
| "has_more": false, | |
| "total_count": 2, | |
| "url": "/v1/customers/cus_GhmWvgP9jCziBe/sources" | |
| }, | |
| "subscriptions": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmWvgP9jCziBe/subscriptions" | |
| }, | |
| "tax_exempt": "none", | |
| "tax_ids": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmWvgP9jCziBe/tax_ids" | |
| }, | |
| "tax_info": null, | |
| "tax_info_verification": null | |
| }, | |
| { | |
| "id": "cus_GhmV4PbooARHhM", | |
| "object": "customer", | |
| "account_balance": 0, | |
| "address": { | |
| "city": "Melbourne", | |
| "country": "AU", | |
| "line1": "1 Batman Way", | |
| "line2": "", | |
| "postal_code": "3000", | |
| "state": "NSW" | |
| }, | |
| "balance": 0, | |
| "created": 1581282230, | |
| "currency": "aud", | |
| "default_source": null, | |
| "delinquent": false, | |
| "description": "A great test customer", | |
| "discount": null, | |
| "email": "[email protected]", | |
| "invoice_prefix": "4CAA31A9", | |
| "invoice_settings": { | |
| "custom_fields": null, | |
| "default_payment_method": null, | |
| "footer": null | |
| }, | |
| "livemode": false, | |
| "metadata": { | |
| }, | |
| "name": "Jane Doe", | |
| "phone": null, | |
| "preferred_locales": [ | |
| ], | |
| "shipping": { | |
| "address": { | |
| "city": "Melbourne", | |
| "country": "AU", | |
| "line1": "1 Batman Way", | |
| "line2": "", | |
| "postal_code": "3000", | |
| "state": "NSW" | |
| }, | |
| "name": "Jane Doe", | |
| "phone": "" | |
| }, | |
| "sources": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmV4PbooARHhM/sources" | |
| }, | |
| "subscriptions": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmV4PbooARHhM/subscriptions" | |
| }, | |
| "tax_exempt": "none", | |
| "tax_ids": { | |
| "object": "list", | |
| "data": [ | |
| ], | |
| "has_more": false, | |
| "total_count": 0, | |
| "url": "/v1/customers/cus_GhmV4PbooARHhM/tax_ids" | |
| }, | |
| "tax_info": null, | |
| "tax_info_verification": null | |
| } | |
| ], | |
| "has_more": false, | |
| "url": "/v1/customers" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment