mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(webhooks): Adding event search option in the webhooks page (#9907)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8fd8884d5c
commit
b0d5a1b046
@ -16103,6 +16103,11 @@
|
||||
"description": "Filter all events associated with the specified object identifier (Payment Intent ID,\nRefund ID, etc.)",
|
||||
"nullable": true
|
||||
},
|
||||
"event_id": {
|
||||
"type": "string",
|
||||
"description": "Filter all events associated with the specified Event_id",
|
||||
"nullable": true
|
||||
},
|
||||
"profile_id": {
|
||||
"type": "string",
|
||||
"description": "Filter all events associated with the specified business profile ID.",
|
||||
|
||||
Reference in New Issue
Block a user