{
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "ping.test",
"api_version": "2026-05-01",
"payload": {
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "ping",
"merchant_id": "68e0a1b2c3d4e5f607182940",
"dispatched_at": "2026-01-15T10:30:00Z",
"message": "<string>"
},
"date": "2026-01-15T10:30:00Z"
}Webhook Events
ping.test
Sent when a merchant explicitly triggers a test delivery to one of their webhook subscriptions. Does not reflect any real business activity; handlers should short-circuit on this event type.
WEBHOOK
ping.test
{
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "ping.test",
"api_version": "2026-05-01",
"payload": {
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "ping",
"merchant_id": "68e0a1b2c3d4e5f607182940",
"dispatched_at": "2026-01-15T10:30:00Z",
"message": "<string>"
},
"date": "2026-01-15T10:30:00Z"
}Authorizations
Bearer token for authentication with Augustus Banking API
Body
application/json
Unique identifier for the event. Stable across retries.
Example:
"550e8400-e29b-41d4-a716-446655440008"
Event type in resource.action format.
Available options:
ping.test API version the payload was rendered at. Stable across retries and redeliveries.
Example:
"2026-05-01"
Full resource snapshot at the time of the event.
Show child attributes
Show child attributes
ISO 8601 UTC timestamp when the event was created.
Example:
"2026-01-15T10:30:00Z"
Response
200
Event received successfully.
Was this page helpful?