Created
November 22, 2011 00:53
-
-
Save saikat/1384536 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
{ | |
"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