Create an integration channel
POST/api/wallets/:walletExternalKey/integration-channels
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Creates a new integration channel for the wallet. The response carries the freshly minted HMAC secret — this is the only time the secret is exposed. Store it securely on the receiver side.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 412
- 422
Channel created
Webhook URL rejected by SSRF gate or other input violation.
Unauthorized.
Forbidden.
Wallet not found.
Channel name already in use.
Unprocessable Request.