Send a synchronous test webhook
POST/api/wallets/:walletExternalKey/integration-channels/:id/test
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Fires a real HTTP POST against the configured webhook URL using the same signing/headers logic as the dispatcher. No integration_delivery row is written and no retries are scheduled. When eventType is supplied, the test uses that event's canonical sample payload and a real CloudEvents binary-mode envelope; otherwise a legacy stub payload is sent.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 200
- 400
- 401
- 403
- 404
Test attempt finished. See payload for HTTP status / error.
Channel cannot be tested (bad URL, wrong type, eventType not subscribed, …).
Unauthorized.
Forbidden.
Channel not found.