working through more of intricacies of expiring CC

pull/1/head
Raymond Yee 2012-12-03 12:47:28 -08:00
parent 98d6b7b971
commit eea4e63bdf
1 changed files with 30 additions and 2 deletions

View File

@ -139,7 +139,33 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# should we delete stripe accounts associated with deactivated accounts -- I think yes"
"# handling campaign totals properly based on account statuses\n",
"\n",
"**Will we need to start marking accounts as expired explicitly?** \n",
"\n",
"add a manager method?\n"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"# calculate which active transactions not tied to an active account w/ unexpired CC\n"
],
"language": "python",
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# should we delete stripe accounts associated with deactivated accounts -- I think yes\n",
"\n",
"How to do? \n",
"\n",
"* clean up Customer associated with current deactivated accounts\n",
"* build logic in to delete Customer once the correspending account are deactivated and we safely have a new Account/Customer in place -- maybe a good task to put into the webhook handler"
]
},
{
@ -155,7 +181,9 @@
{
"cell_type": "code",
"collapsed": false,
"input": [],
"input": [
"# do the users w/ deactivated accounts have active ones?"
],
"language": "python",
"metadata": {},
"outputs": []