Revoking Static Wallet
Last updated
Last updated
You can revoke a static wallet by providing the merchant API key and the address associated with the static wallet. This action will disable the static wallet and prevent any further transactions from being credited to the specified address.
POST
https://api.oxapay.com/merchants/revoke/staticaddress
merchant*
String
Your merchant API key for authentication and authorization.
address*
String
The address of the static wallet you want to revoke.
Now, you can proceed with integrating this functionality into your application using the provided endpoint, parameters, and response codes. If you encounter any issues or have questions, feel free to reach out to our support team for assistance.
Please note that a successful request will return a result code 100. In case of any issues or validation problems, refer to the corresponding for further details.
Please replace YOUR_MERCHANT_API_KEY
with your actual merchant API key and WALLET_ADDRESS_TO_REVOKE
with the address of the static wallet, you want to revoke. Each of these code snippets sends a POST request to the API endpoint with the specified parameters and checks the response to determine whether the revocation was successful or not.