Skip to main content
WEBHOOK
ping.test
{
  "id": "<string>",
  "type": "ping.test",
  "api_version": "<string>",
  "payload": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "ping",
    "merchant_id": "<string>",
    "dispatched_at": "2023-11-07T05:31:56Z",
    "message": "<string>"
  },
  "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:
ping.test
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.