ShiftxPay
API Reference

Send a test event

POST
/v1/merchants/me/webhooks/{id}/test

Emits a synthetic test.ping event to the endpoint.

AuthorizationBearer <token>

A secret API key, e.g. Authorization: Bearer sk_test_....

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/merchants/me/webhooks/string/test"
{  "sent": true}
{  "error": {    "code": "not_found",    "message": "not found"  }}