Send a synchronous test webhook for a draft (unsaved) channel
POST/api/wallets/:walletExternalKey/integration-channels/test
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Same as POST /{externalKey}/test but the channel does not need to be persisted. The body carries the full draft channel configuration (the same shape used to create a channel). An ephemeral HMAC secret is generated server-side per request — the receiver should not persist the signature. The eventType query parameter is required and must be matched by the draft's eventTypeFilters.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 200
- 400
- 401
- 403
Test attempt finished. See payload for HTTP status / error.
Draft cannot be tested (validation, eventType not subscribed, …).
Unauthorized.
Forbidden.