Skip to main content
WEBHOOK
payout.created
{
  "id": "<string>",
  "type": "payout.created",
  "api_version": "<string>",
  "payload": {
    "id": "<string>",
    "type": "payout",
    "status": "pending",
    "source_account_id": "<string>",
    "amount": "<string>",
    "currency": "EUR",
    "destination": {
      "type": "iban",
      "iban": "<string>",
      "account_holder_name": "<string>",
      "bic": "<string>"
    },
    "reference": "<string>",
    "failure": {
      "code": "account_closed",
      "message": "<string>",
      "retry": true
    },
    "metadata": {},
    "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:
payout.created
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.