Testing Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use the following API to test your webhook integrations including the signature verification.
Below API must be triggered with the following HTTP payload.
Remember, this endpoint requires signature verification like any other webhook messages.
When this API is called, a subsequent test webhook will be triggered towards your configured URL handlers. Please refer Supported Events page for more information about the expected event structure.
/v1/partner/webhook-test
Authorization header containing your API Token
Nonce used to generate the payload signature
Payload signature
Date of the request un UTC/GMT
No body