Webhooks
Test Webhook
Send a test webhook event to your configured endpoint to verify connectivity
POST
Documentation Index
Fetch the complete documentation index at: https://docs-openpay.nipuntheekshana.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires a Bearer token in theAuthorization header.
Description
Sends a simulatedpayment.completed event to your currently configured webhook URL. The test payload mirrors a real webhook delivery, including a valid ED25519 signature, so you can validate your verification logic end-to-end.
Response
Whether the test webhook was delivered successfully (received a 2xx response from your endpoint).
The HTTP status code returned by your webhook endpoint.
The response time in milliseconds from your webhook endpoint.
The unique identifier for this delivery attempt. You can look it up in List Deliveries.