Notification that a manual transaction has been processed.
Id of the instrument on which the manual operation was performed.
The amount credited or debited on the available balance of the instrument.
The amount credited or debited on the actual balance of the instrument.
The timestamp when the transaction was processed by the system, expressed in Epoch timestamp using millisecond precision.
- https://api.weavr.io/""https://api.weavr.io/""/manual_transactions/watch
- Mock serverhttps://api.weavr.io/_mock/products/webhooks/openapi/manual_transactions/watch
{ "transactionId": "string", "targetInstrument": { "id": "string", "type": "managed_cards" }, "availableBalanceAdjustment": "string", "actualBalanceAdjustment": "string", "transactionTimestamp": "string", "owner": { "type": "string", "id": "string" } }