Tink · Arazzo Workflow
Tink Register And Verify A Webhook Endpoint
Version 1.0.0
Register a webhook endpoint for selected event types, read it back to capture its signing secret, then confirm it is enabled in the endpoint list.
View Spec
View on GitHub
Open BankingPSD2Payment InitiationAccount AggregationRisk DecisioningPay by BankFinanceBankingEuropeVisaArazzoWorkflows
Provider
Workflows
register-and-verify-webhook
Create a webhook endpoint, read its secret, and confirm it in the endpoint list.
Registers a webhook endpoint for the supplied URL and events, fetches it to capture the signing secret, and lists all endpoints to confirm it is enabled.
1
createEndpoint
createWebhookEndpoint
Register the webhook endpoint for the supplied URL and event types.
2
getEndpoint
getWebhookEndpoint
Read the endpoint back by id to capture its signing secret and enabled events.
3
listEndpoints
listWebhookEndpoints
List all registered endpoints to confirm the new one is present.