#rupesh4402
1 messages · Page 1 of 1 (latest)
Hi 👋 the endpoint for deleting a Customer object is documented here:
https://stripe.com/docs/api/customers/delete
But I think we have a different flow for data deletions related to policies like GDPR or CCPA that I'm trying to find.
This is the closest thing I'm finding:
https://support.stripe.com/questions/privacy-and-security-of-personal-information-submitted-to-stripe
but I think my colleagues in our Support team will be more familiar with data retention/deletion processes than we are here and recommend following up with them:
https://support.stripe.com/?contact=true
Hi Toby, thank you for the details. one quick question before we conclude. Can we delete the customer even when the customer have active payments. Will we lose payment information?
If by active payments you're referring to active Subscriptions, then those will be cancelled. I don't believe you will lose historic data, but would recommend trying this in test mode to confirm exactly what you'll see happen.
Excellent, thank you Toby!!!