cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/deposit.received \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "deposit.received", "date": "<string>", "payload": { "depositId": "<string>", "value": { "currency": "<string>", "amount": "<string>" }, "bankStatementReference": "<string>", "transactionId": "<string>", "receivedAt": "<any>" } }'
A deposit has been received
Data of the webhook event
The unique id for the webhook.
deposit.received
The date of the webhook.
The received deposit data.
Show child attributes
OK
Was this page helpful?