Skip to main content

Send a synchronous test webhook for a draft (unsaved) channel

POST 

/api/wallets/:walletExternalKey/integration-channels/test

URLDescription
https://wallet.acc.credenco.comGenerated 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

RoleDescription
WALLET_INTEGRATION_CHANNEL_CRUDCreate, read, update and delete integration channels

Request

Responses

Test attempt finished. See payload for HTTP status / error.