#annabanana-customer-delete
1 messages · Page 1 of 1 (latest)
Unfortunately deleting a customer cannot be undone https://stripe.com/docs/api/customers/delete
and theres no deactivation option for the customer either right
ooh i see you can still retrieve history - does it say what objects it doesn't delete... i only see that it deletes credit card history
Correct, is that roughly the behavior you are looking for?
You should still be able to pull that history like for other customers. I would still test this in test mode to make sure the kind of data you want will still be arount
yes that's how i'm testing it currently. so all other objects will still be there when deleted - invoice, subscription, payment charge/refund
i have those integrated with another system so don't want that connection breaking to track history
@azure swift Do you have any other questions, or are you all set?
is there an easy way to pull delete customer invoice, subscriptions and payment
Have you tried this out? I believe you should still be able to retrieve the invoices and subscriptions of a customer even if it's been dleted
yeah we can only pull from code
not sure if theres nice ui reporting options for a non developer user
Ah gotcha - you're asking specifically for a dashboard solution. Have you tried this out already?
no i haven't
I imagine we may still display the invoices and subscriptions, but I'm not 100% sure on that - it's a bit busy in here, so I'd recommend trying it your self. if it was quieter today I'd try it out for you 😦