Sha256: 2373ea6989513f3be5fcd019fad8f6a9b747c983455aa94b98ff21ba1fcd7798
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 KB
Contents
{ "account_balance": 0, "cards": { "count": 1, "data": [ { "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, "country": "US", "customer": "cus_123", "cvc_check": "pass", "exp_month": 8, "exp_year": 2014, "fingerprint": "Y7M2OsbpnbUz91ED", "id": "card_102Y2J1Cmf55uWiejglofO7j", "last4": "4242", "name": "Test Case", "object": "card", "type": "Visa" } ], "object": "list", "url": "/v1/customers/cus_123/cards" }, "created": 1378839122, "default_card": "card_102Y2J1Cmf55uWiejglofO7j", "delinquent": "false", "description": "On September 10th, Test signed up for CA50.", "discount": null, "email": "test@test.com", "id": "cus_123", "livemode": "false", "object": "customer", "subscription": { "cancel_at_period_end": "false", "canceled_at": null, "current_period_end": 1381431124, "current_period_start": 1378839124, "customer": "", "ended_at": null, "id": "su_102Y2J1Cmf55uWiekSeb7fb0", "object": "subscription", "plan": { "amount": 4995, "currency": "usd", "id": "GIN100", "interval": "month", "interval_count": 1, "livemode": "false", "name": "Complyability", "object": "plan", "trial_period_days": null }, "quantity": 1, "start": 1378839124, "status": "active", "trial_end": null, "trial_start": null } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stripe_local-0.1.0 | spec/webhook_fixtures/customer_creation_response.json |
stripe_local-0.0.2 | spec/webhook_fixtures/customer_creation_response.json |