#m2.0
1 messages ยท Page 1 of 1 (latest)
Hi ๐ deleted Customer objects should still be retrievable by their ID, I don't believe you should encounter an error when trying to retrieve one.
https://stripe.com/docs/api/customers/delete#:~:text=Unlike other objects%2C deleted customers can still be retrieved through the API
Can you share the ID of a request where you encountered this behavior?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi @rancid raven
You may not have understood what I meant.
I'm not looking to delete a client.
I'm just trying to figure out how to catch an error when trying to recover a client that has been deleted
excuse me for my english
Apologies for not being clear, but I'm saying you should not encounter an error when trying to retrieve a deleted Customer, the Customer object should still be retrieved successfully from Stripe.
Ok I understand better, thanks ๐
Any time!