mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(webhooks): Provide outgoing webhook support for revenue recovery (#9294)
Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0873d93084
commit
2db6153881
@ -288,6 +288,10 @@ pub enum RecoveryError {
|
||||
RecordBackToBillingConnectorFailed,
|
||||
#[error("Failed to fetch billing connector account id")]
|
||||
BillingMerchantConnectorAccountIdNotFound,
|
||||
#[error("Failed to generate payment sync data")]
|
||||
PaymentsResponseGenerationFailed,
|
||||
#[error("Outgoing Webhook Failed")]
|
||||
RevenueRecoveryOutgoingWebhookFailed,
|
||||
}
|
||||
#[derive(Debug, Clone, thiserror::Error)]
|
||||
pub enum HealthCheckDecisionEngineError {
|
||||
|
||||
Reference in New Issue
Block a user