mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(events): add APIs to list webhook events and webhook delivery attempts (#4131)
This commit is contained in:
@ -53,6 +53,9 @@ pub enum ApiEventsType {
|
||||
Dispute {
|
||||
dispute_id: String,
|
||||
},
|
||||
Events {
|
||||
merchant_id: String,
|
||||
},
|
||||
}
|
||||
|
||||
impl ApiEventMetric for serde_json::Value {}
|
||||
|
||||
Reference in New Issue
Block a user