feat(events): add APIs to list webhook events and webhook delivery attempts (#4131)

This commit is contained in:
Sanchith Hegde
2024-03-21 19:02:17 +05:30
committed by GitHub
parent 4f8461b2a9
commit 14e1bbaf07
54 changed files with 4472 additions and 2705 deletions

View File

@ -53,6 +53,9 @@ pub enum ApiEventsType {
Dispute {
dispute_id: String,
},
Events {
merchant_id: String,
},
}
impl ApiEventMetric for serde_json::Value {}