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

Bulk Process EndWebhook

Request

Reports on the final state of execution of a bulk process the moment it ends:

  • COMPLETED: the execution of the bulk process is complete and all bulk operations of the bulk process were executed successfully.
  • FAILED: none of the operations of the bulk process have executed.
  • PARTIALLY_COMPLETED: the execution of the bulk process is complete and some of the bulk operations of the bulk process failed.
Headers
request-refstring

A unique call reference included in every call, that enables the receiver to avoid duplicate handling of a webhook request (e.g. webhook was resent).

published-timestampinteger(int64)required

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

Bodyapplication/jsonrequired
bulkIdstring

The bulk id of the bulk process

statusstring(BulkProcessProgressStatus)

"RUNNING" : the execution of the bulk process is in progress.

"COMPLETED" : the execution of the bulk process is complete and all bulk operations of the bulk process were executed successfully. This is a final state for the bulk process

"PARTIALLY_COMPLETED" : the execution of the bulk process is complete and some of the bulk operations of the bulk process failed. This is a final state for the bulk process

"FAILED" : none of the operations of the bulk process have executed. This is a final state for the bulk process

Enum"RUNNING""PARTIALLY_COMPLETED""COMPLETED""FAILED""PAUSED""CANCELLED"
submittedItemsCountinteger

The number of bulk operations in the bulk process

operationStatusCountsArray of objects(BulkProcessOperationStatusCounts)
application/json
{ "bulkId": "string", "status": "RUNNING", "submittedItemsCount": 0, "operationStatusCounts": [ {} ] }

Responses

Success - No Content

Auth Users

Webhooks