mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): added incoming dispute webhooks flow (#769)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in> Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro> Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -428,6 +428,8 @@ pub enum WebhooksFlowError {
|
||||
PaymentsCoreFailed,
|
||||
#[error("Refunds core flow failed")]
|
||||
RefundsCoreFailed,
|
||||
#[error("Dispuste core flow failed")]
|
||||
DisputeCoreFailed,
|
||||
#[error("Webhook event creation failed")]
|
||||
WebhookEventCreationFailed,
|
||||
#[error("Unable to fork webhooks flow for outgoing webhooks")]
|
||||
@ -438,4 +440,12 @@ pub enum WebhooksFlowError {
|
||||
NotReceivedByMerchant,
|
||||
#[error("Resource not found")]
|
||||
ResourceNotFound,
|
||||
#[error("Webhook source verification failed")]
|
||||
WebhookSourceVerificationFailed,
|
||||
#[error("Webhook event object creation failed")]
|
||||
WebhookEventObjectCreationFailed,
|
||||
#[error("Not implemented")]
|
||||
NotImplemented,
|
||||
#[error("Dispute webhook status validation failed")]
|
||||
DisputeWebhookValidationFailed,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user