For deactivating via the Dashboard, you would navigate to the Customers tab, and click on the more options kabob menu and click Deactivate. Here’s example screenshots:
Thanks! When an account is deactivated, is it possible for an unverified personal Customer to create an account with the exact same information (first name, last name, email)?
That’s correct! Deactivating a Customer frees up the email address to be used in the creation of a new Customer.
It may also be worth noting that email is the only unique identifier for a Customer, so you can use the same firstName and lastName for another Customer regardless of them being Deactivated.
To be GDPR compliant, we need to be able to delete a customers and funding-sources completely, not just {"status": "deactivated"} and {"removed": "true"}
Hi @shreya
I use customer deactivation when remove customer. I use updateCustomer method to change user status to ‘deactivated’. It’s work correctly.
But how can I check in webhook handler is removed customer or just deactivated? Can I set additional info (like ‘deleted’: true) in updateCustomer method when I remove customer from my side to understanding - deactivated event was after removing or it was just deactivtion?
kmoreira
(Kelly M. - Developer Advocate @ Dwolla)
11
The functionality to delete or remove a Customer isn’t supported as per the data retention guidelines that Dwolla is subject to within the USA, so there wouldn’t be a webhook created for this.
The customer_deactivated webhook should be triggered when deactivating a customer. All other webhooks and descriptions can be found in the events section of our API Docs
My main question:
Can I add additional info when I update Customer (set deactivated status) and then receive this info in ‘deactivated’ hook event?
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
13
Hi @Konstantin_Tretyak , that endpoint doesn’t currently support passing additional information along with the update request. Therefore, you’ll want to keep a reference within your own app if you’re looking to attach additional info to the Customer object.
If the customer does not have any transactions, nor any personal information that needs to be retained, would it be possible to send a special request to have them deleted?
Hi @Marc_Mouallem – We do have our own process for data deletion requests that relate to CCPA/GDPR. If a user would like to have their data deleted, then you can direct them to privacy@dwolla.com. As for deleting the data of a Customer if they haven’t asked for deletion, I’m afraid we aren’t able to support that.
Our data retention and deletion policies are based on the laws applicable to Dwolla and our customers. We are required to retain certain customer information even after account suspension in order to comply with those laws. Per our policies, we will only retain customer information to allow us to comply with such laws and enforce our TOS. Please note that we take technical and organizational security measures to protect such retained information.
Hello! In my Dwolla dashboard, I have two customers with the same email. However, I have suspended one of the customers, and the other customer is currently deactivated. When I try to activate the deactivated customer, it shows an error message stating that there is more than one customer with the same email. How can I proceed to activate the customer
Hi @FaisalAhsan – do have the customer IDs handy? I can unsuspend and deactivate the first customer so it frees up the email for the second customer to be activated.
I have two customers with the same email kevinmacclay2033220310@gmail.com one is suspended status and the second one is deactivated. i wanna activate a customer that has status deactivated.