Skip to main content
WEBHOOK
deposit.received
{
  "id": "<string>",
  "type": "deposit.received",
  "api_version": "<string>",
  "payload": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "deposit",
    "status": "received",
    "amount": "<string>",
    "currency": "EUR",
    "source": {
      "type": "iban",
      "iban": "<string>",
      "account_holder_name": "<string>",
      "bic": "<string>"
    },
    "destination_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "bank_statement_reference": "<string>",
    "rail": "sepa_instant",
    "tx_hash": "<string>",
    "returns": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "date": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.augustus.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Body

application/json
id
string
required

Unique identifier for the event. Stable across retries.

type
enum<string>
required

Event type in resource.action format.

Available options:
deposit.received
api_version
string
required

API version the payload was rendered at. Stable across retries and redeliveries.

payload
object
required

Full resource snapshot at the time of the event.

date
string<date-time>
required

ISO 8601 UTC timestamp when the event was created.

Response

200

Event received successfully.