#elleschu
1 messages · Page 1 of 1 (latest)
👋 happy to help
1/ no but you can automate this with webhooks and some custom logic on your side
2/ yes actually there is a way when you go to https://dashboard.stripe.com/test/logs you can check the logs and try to find the request that deleted that customer. look at the Source field if it's Dashboard then it was made from the Dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes but I can't know which admin member has cancelled a customer ?
actually it will also put the user email that did the action
would you mind sharing the customer id?
looking at it
this is the request that was made to delete the customer https://dashboard.stripe.com/logs/req_HrU9QVf7DXSMRS
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
it was made by your Java code
ok thanks a lot !