Resume Wallet
POST/partner/wallets/:identifier/resume
Resume a suspended wallet, restoring it to active status.
API keys are not automatically reactivated — use the generate API key endpoint to create a new key after resuming.
Resuming an already-active wallet is a no-op. Cannot resume a permanently closed wallet.
Request
Responses
- 200
- 401
- 403
- 404
Wallet resumed (or was already active).
Invalid or missing partner key.
Wallet is permanently closed.
Wallet not found.