#rupesh4402

1 messages · Page 1 of 1 (latest)

still socketBOT
broken geyser
#

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.

quartz rapids
#

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?

broken geyser
#

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.

quartz rapids
#

Excellent, thank you Toby!!!