Skip to content

Instantly share code, notes, and snippets.

@saikat
Created November 22, 2011 00:53
Show Gist options
  • Save saikat/1384536 to your computer and use it in GitHub Desktop.
Save saikat/1384536 to your computer and use it in GitHub Desktop.
{
"customer":"cus_blahfoo",
"livemode": true,
"attempt" : 2,
"event": "recurring_payment_failed",
"card" : nil,
"invoice": {
"attempted": true,
"charge": nil,
"closed": false,
"customer": "cus_blahfoo",
"date": 1305525584,
"id": "in_jN6A1g8N76",
"object": "invoice",
"paid": false,
"period_end": 1305525584,
"period_start": 1305525584,
"subtotal": 2000,
"total": 2000,
"lines": {
"subscriptions": [
{
"period": {
"start": 1305525584,
"end": 1308203984
},
"plan": {
"object": "plan",
"name": "Premium plan",
"id": "premium",
"interval": "month",
"amount": 2000
},
"amount": 2000
}
]
}
},
"payment" : nil,
"success": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment