v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Customer Accounts (MTA)

Withdraw unlock customer account

Unlocks withdrawals for an existing customer account

post/accounts/{zrn}/withdraw_unlock

Path parameters

zrnstring required

The ZRN of the customer account to withdraw unlock. The ZRN must be in the format: zrn:zh:eu:account:customer:<uuid>

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Request body

WithdrawUnlockCustomerAccountBody required

Request body for withdraw-unlocking a customer account. Withdraw-unlocking an account removes the restriction on creating new withdrawal requests on the account. This is typically used to lift a withdraw-lock that was previously placed on an account as a precautionary measure when suspicious activity was detected, after the investigation has concluded and any issues have been resolved.

Response

Request to withdraw-unlock the customer account accepted. The withdraw unlock is applied asynchronously; clients should listen for the customer_account_status_changed webhook event to observe the new state.

object required

Empty JSON object.