#untrue_coding-customer-deletion

1 messages · Page 1 of 1 (latest)

heavy plover
#

Hi đź‘‹ yes that endpoint is used for deleting customers, after which the customer record will only be returned if you directly retrieve it specifically.

azure swift
#

Does that mean I can still retrieve their transaction history details in the stripe web page ?

#

Sorry, it is a bit unclear for me what I am actually deleting and what is persisted with call to that endpoint.

heavy plover
#

I'm not sure off the top of my head. We primarily focus on API integrations and aren't as familiar with the Stripe dashboard. You can create and delete a customer in test mode then see if you can find them in the dashboard. My suspicion is that you can if you search for their customer ID specifically, but that you won't see them when looking at lists of customers.

azure swift
#

OK,thanks Toby

#

I am not sure if this is the right place for suggestions, but I have recently worked with chargebee and they have a separate endpoint and settings section which helps dealing with customer data anonymization which gives you control over what you delete. This comes in hadny when dealing with GDPR https://support.chargebee.com/support/solutions/articles/248178-how-to-delete-the-personal-data-of-my-customers-

heavy plover
#

Thank you for the feedback!