Replace an integration channel
PUT/api/wallets/:walletExternalKey/integration-channels/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Fully replaces all configuration of an existing channel. The HMAC secret is NOT changed by this endpoint — use POST /{externalKey}/rotate-secret to mint a new HMAC secret.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Channel replaced
Webhook URL rejected by SSRF gate or other input violation.
Unauthorized.
Forbidden.
Channel not found.
Unprocessable Request.