Need help i am new in this my api was develop by somebody who is not available at the moment and I am trying to be compliant with the new Marketplace Account Deletion/Closure Notification my self can any body help where i have to add these codes and how to get endpoint url
where i have to add these codes
- PHP $hash = hash_init('sha256'); hash_update($hash, $challengeCode); hash_update($hash, $verificationToken); hash_update($hash, $endpoint); $responseHash = hash_final($hash); echo $responseHash;