DISACTIVATE WITHDRAW ADDRESS

View as Markdown
Deactivates the withdrawal address currently associated with a specific customer, disabling their ability to withdraw to that address. **Method:** `PATCH` **URL:** `{{ENDPOINT}}/{{AGENT_ID}}/customers/0809991234/withdraw/address/disactivate` ### Parameters | Variable / Segment | Description | |---|---| | `{{ENDPOINT}}` | Base URL of the API server | | `{{AGENT_ID}}` | Unique identifier of the agent managing the customer | | `0809991234` | The customer's phone number or unique identifier | ### Authentication Requires an API key passed via the `x-api-key` request header using the `{{API_KEY}}` environment variable. ### Notes - This action marks the customer's withdrawal address as inactive without permanently deleting it. - Replace `0809991234` with the actual customer identifier when using this request. - To re-enable withdrawals, the address must be updated or reactivated via the appropriate endpoint. - Use with caution — deactivating a withdrawal address will prevent the customer from initiating withdrawals until a valid address is set.

Authentication

x-api-keystring
API Key authentication via header

Request

This endpoint expects an object.
chainstringRequired

Response

Successful response