#nachofranco14
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
hi @fresh gulch !
I already have the answer but wanted to ask a few more questions
when does the deletion take place? immediately all customer data/invoices/etc is deleted?
or is there any kind of retention system policy that enforces you to keep some data?
sorry looking into this, please give me a sec
as per https://stripe.com/docs/api/customers/delete
Unlike other objects, deleted customers can still be retrieved through the API, in order to be able to track the history of customers while still removing their credit card details and preventing any further operations to be performed (such as adding a new subscription).
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so their card details will be removed but not all data related to the customer
such as past subscriptions/invoices/ etc.
this is the message from when you try to remove the customer on the dashboard
in that case it's better to contact support https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
thanks!