Skip to content

Instantly share code, notes, and snippets.

@sidchilling
Created October 29, 2012 08:51
Show Gist options
  • Save sidchilling/3972458 to your computer and use it in GitHub Desktop.
Save sidchilling/3972458 to your computer and use it in GitHub Desktop.
Incorrect Stripe response
{
u'account_balance': 0,
u'description': u'104627-johnnymarmolejo',
u'created': 1351305591,
u'livemode': True,
u'object': u'customer',
u'email': u'mstaniaraquel@aol.com',
u'active_card': {
u'address_city': None,
u'exp_month': 8,
u'country': u'US',
u'object': u'card',
u'last4': u'4499',
u'fingerprint': u'k9iS4cs6x3O89Wc0',
u'exp_year': 2015,
u'type': u'Visa'
},
u'id': u'cus_0cep4dykcAkgMq'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment