---
title: "ping.test"
method: POST
path: "ping.test"
tags: ["Webhook Events"]
---

# ping.test

`POST ping.test` (webhook)

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.

## Payload

- object
  - `id` string, required — Unique identifier for the event. Stable across retries.
  - `type` 'ping.test', required — Event type in resource.action format.
  - `api_version` string, required — API version the payload was rendered at. Stable across retries and redeliveries.
  - `payload` PingResourceDto, required
    - `id` string, uuid, required — Unique identifier of the ping event.
    - `type` 'ping', required — Resource type discriminator.
    - `merchant_id` string, required — Identifier of the merchant the ping was dispatched for.
    - `dispatched_at` string, date-time, required — ISO 8601 UTC timestamp when the ping was dispatched.
    - `message` string, required — Human-readable notice that this event was generated by the test endpoint and does not reflect any real business activity.
  - `date` string, date-time, required — ISO 8601 UTC timestamp when the event was created.

## Acknowledgement `200`

Event received successfully.

---

[API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [All operations](https://skmtc.dev/augustus/apis/augustus-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/augustus/augustus-banking-api/revisions/37109d1ed976/schema)
