Skip to content

feat(webhook): Add webhook support for uas #7023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

sahkal
Copy link
Contributor

@sahkal sahkal commented Jan 10, 2025

Type of Change

  • New feature

Description

Add webhook support for Unified Authentication Service

How did you test it?

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

sahkal and others added 24 commits December 17, 2024 16:21
…2-refactor-refactor-ctp-flow-to-fetch-mca_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…-the-connector-creds-instead-of-connector_name' of https://github.com/juspay/hyperswitch into 7862-refactor-refactor-ctp-flow-to-fetch-mca_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…_id-and-get-the-connector-creds-instead-of-connector_name
…-the-connector-creds-instead-of-connector_name' of https://github.com/juspay/hyperswitch into 7925-feature-add-support-for-confirmation-flow-for-click-to-pay
@sahkal sahkal added A-core Area: Core flows C-feature Category: Feature request or enhancement labels Jan 10, 2025
@sahkal sahkal added this to the December 2024 Release milestone Jan 10, 2025
@sahkal sahkal self-assigned this Jan 10, 2025
@sahkal sahkal requested review from a team as code owners January 10, 2025 11:23
@sahkal sahkal requested a review from a team as a code owner January 10, 2025 11:23
Copy link

semanticdiff-com bot commented Jan 10, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector/checkout/transformers.rs  83% smaller
  crates/router/src/types.rs  73% smaller
  crates/diesel_models/src/business_profile.rs  66% smaller
  crates/hyperswitch_domain_models/src/business_profile.rs  66% smaller
  crates/router/src/connector/nmi/transformers.rs  65% smaller
  crates/api_models/src/admin.rs  61% smaller
  crates/router/src/core/payments/types.rs  60% smaller
  crates/hyperswitch_domain_models/src/router_request_types.rs  48% smaller
  crates/router/src/core/payments.rs  45% smaller
  crates/router/src/core/webhooks/incoming.rs  41% smaller
  crates/router/src/core/unified_authentication_service/types.rs  37% smaller
  crates/hyperswitch_domain_models/src/types.rs  36% smaller
  crates/hyperswitch_interfaces/src/types.rs  34% smaller
  crates/hyperswitch_interfaces/src/api.rs  24% smaller
  crates/router/src/core/payments/connector_integration_v2_impls.rs  20% smaller
  crates/router/src/core/payments/helpers.rs  9% smaller
  crates/router/src/core/payments/flows.rs  5% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  5% smaller
  crates/router/src/core/unified_authentication_service/transformers.rs  4% smaller
  crates/hyperswitch_connectors/src/connectors/unified_authentication_service.rs  4% smaller
  crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs  4% smaller
  crates/router/src/core/unified_authentication_service.rs  2% smaller
  crates/common_types/src/payments.rs  1% smaller
  api-reference-v2/openapi_spec.json  0% smaller
  api-reference/openapi_spec.json  0% smaller
  crates/common_enums/src/enums.rs  0% smaller
  crates/hyperswitch_domain_models/src/merchant_connector_account.rs  0% smaller
  crates/hyperswitch_domain_models/src/router_flow_types/unified_authentication_service.rs  0% smaller
  crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs  0% smaller
  crates/router/src/connector/cybersource/transformers.rs  0% smaller
  crates/router/src/connector/wellsfargo/transformers.rs  0% smaller
  crates/router/src/consts.rs  0% smaller
  crates/router/src/core/admin.rs  0% smaller
  crates/router/src/core/payments/operations.rs  0% smaller
  crates/router/src/core/payments/operations/payment_confirm.rs  0% smaller
  crates/router/src/core/unified_authentication_service/utils.rs Unsupported file format
  crates/router/src/types/api/admin.rs  0% smaller

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Jan 10, 2025
@sahkal sahkal changed the base branch from main to 7925-feature-add-support-for-confirmation-flow-for-click-to-pay January 10, 2025 11:26
@hyperswitch-bot hyperswitch-bot bot removed the M-api-contract-changes Metadata: This PR involves API contract changes label Jan 10, 2025
@sahkal sahkal changed the base branch from 7925-feature-add-support-for-confirmation-flow-for-click-to-pay to main February 13, 2025 05:27
@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows C-feature Category: Feature request or enhancement M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants