#nevres_-deleted-customer
1 messages ยท Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I am refering to stripe customer object
Based on its properties, is there a way to tell that the customer has been deleted?
You just wouldn't be able to retrieve it then.
Are you sharing something?
Hi there ๐ jumping in as my teammate needs to step away soon. No, I'm not seeing a property on our Customer objects that indicate they have been deleted. Deleted Customers are no longer returned in list requests, but they can still be retrieved directly via their ID. Receiving customer.deleted Events is a good indication that the Customer contained in that Event has been deleted.
nevres_-deleted-customer