Webhook Logs

https://api.payload.com/webhook_logs

Nested Objects

https://api.payload.com/webhook_logs/{id}/webhook

Example

{
  "id": "1OW6M5L04JxbPvYTvaf87sChe",
  "object": "webhook_log",
  "attrs": {},
  "created_at": "2024-08-21 13:35:03",
  "http_status": 519.94,
  "modified_at": "2024-08-21 13:35:03",
  "oauth_status": 570.14,
  "trigger": "bank_account_reject",
  "url": "string",
  "webhook_id": "Z95M7kzah1sfqYijdxp9hiS0",
  "triggered_on": {
    "id": "1ENkMF02QMEPqJ6af0NscLYXT",
    "object": "string",
    "value": "string"
  }
}
Attributes Description
id
string readonly
Object ID
object
string readonly
Value: webhook_log
attrs
json
Custom object attributes
created_at
datetime readonly
None
http_status
number required
HTTP status response from OAuth Request
modified_at
datetime readonly
None
oauth_status
number non-default
HTTP status response from OAuth Request
trigger
string required
Values: bank_account_reject reject refund void automatic_payment payment processed authorized decline processing_status deposit payment_activation:status payment_link:status reversal credit transaction:operation transaction:operation:clear
url
string required
Triggered URL
webhook_id
id required
ID of the associated Webhook object
triggered_on:  
id
string required
Object ID
object
string required
Object name
value
string
Specific value of trigger attribute if applicable