Skip to Content
CheckoutAPI ReferenceSettingsSend a test webhook delivery

Send a test webhook delivery

POST/settings/webhook/test

Send a test event to your configured webhook endpoint to verify connectivity and signature handling.

Headers

HeaderDescriptionRequired
AuthorizationBearer token with your secret API keyyes

Example Request

Request

const response = await fetch('https://checkout-api.exodus-int.com/settings/webhook/test', {
  method: 'POST',
  headers: {
    Authorization: 'Bearer sk_live_xxxxxxxxxxxxxxxx',
  },
});

Responses

StatusDescription
200The test delivery result.
400Validation error
401Missing or invalid authentication
422No webhook configured.

Response body

FieldTypeRequiredDescription
objectenum: webhook_testyes
deliveredbooleanyes
statusnumber
errorstring

Example Response

{
  "object": "webhook_test",
  "delivered": true,
  "status": 200
}

Error Response

Error (e.g. 400)

{
  "error": {
    "type": "validation_error",
    "message": "amount must be a positive number",
    "param": "amount"
  }
}

Start building

XO

Request Demo

Schedule a call with our team

Select a product
Arrow right

Start building
Grateful

Contact Us

We're here to help