Skip to content

Weavr Webhook (v2)

For Verification, create a base64 hash using HmacSHA256 using Published-Timestamp header as message and your API key as secret. The result should match the Signature header.

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://api.weavr.io/_mock/products/webhooks/openapi
https://api.weavr.io/""

Corporates

Webhooks

Consumers

Webhooks

Managed Cards

Webhooks

Managed Accounts

Webhooks

Linked Accounts

Webhooks

Transfers

Webhooks

Send

Webhooks

Outgoing Wire Transfers

Webhooks

Manual Transactions

Webhooks

Fees

Webhooks

Login

Webhooks

Stepup

Webhooks

Authentication Factors

Webhooks

Beneficiaries

Webhooks

Bulk Operations

Webhooks

Auth Users

Webhooks

Auth user deactivationWebhook

Request

Notification that an auth user has been deactivated.

Headers
call-refstring

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

published-timestampinteger(int64)required

The timestamp, expressed in Epoch timestamp using millisecond precision, when this event was published.

signature-v2stringrequired

The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the call-ref + payload + published-timestamp using your API key.

signaturestringDeprecatedrequired

The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the published-timestamp using your API key.

Bodyapplication/jsonrequired
actionDoneBystring(ActionDoneBy)required
Enum"UNDEFINED""ADMIN""INNOVATOR"
emailAddressstringrequired
reasonCodestring(IdentityDeactivatedReasonCode)required
Enum"UNDEFINED_REASON""ACCOUNT_REVIEW""ACCOUNT_SECURITY""TEMPORARY""ACCOUNT_CLOSURE""ACCOUNT_ABANDONED"
application/json
{ "actionDoneBy": "UNDEFINED", "emailAddress": "string", "reasonCode": "UNDEFINED_REASON" }

Responses

Success - No Content