hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(tokenio): Add OpenBanking Redirection Flow

Open awasthi21 opened this issue 7 months ago • 1 comments

Type of Change

  • [ ] Bugfix
  • [x] New feature
  • [ ] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

Added OpenBanking Flow

Additional Changes

  • [ ] This PR modifies the API contract
  • [ ] This PR modifies the database schema
  • [x] This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Checklist

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

awasthi21 avatar May 27 '25 06:05 awasthi21

Review changes with  SemanticDiff

Changed Files
File Status
  crates/pm_auth/src/connector/plaid.rs  79% smaller
  crates/pm_auth/src/connector/plaid/transformers.rs  45% smaller
  crates/router/src/core/payments/helpers.rs  38% smaller
  crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs  12% smaller
  crates/api_models/src/admin.rs  10% smaller
  api-reference-v2/openapi_spec.json  5% smaller
  api-reference/openapi_spec.json  5% smaller
  crates/hyperswitch_connectors/src/connectors/tokenio.rs  5% smaller
  crates/router/src/core/admin.rs  1% smaller
  Cargo.lock Unsupported file format
  config/config.example.toml Unsupported file format
  config/deployments/integration_test.toml Unsupported file format
  config/deployments/production.toml Unsupported file format
  config/deployments/sandbox.toml Unsupported file format
  config/development.toml Unsupported file format
  config/docker_compose.toml Unsupported file format
  crates/common_enums/src/connector_enums.rs  0% smaller
  crates/common_utils/src/crypto.rs  0% smaller
  crates/connector_configs/src/connector.rs  0% smaller
  crates/connector_configs/toml/development.toml Unsupported file format
  crates/connector_configs/toml/production.toml Unsupported file format
  crates/connector_configs/toml/sandbox.toml Unsupported file format
  crates/hyperswitch_connectors/Cargo.toml Unsupported file format
  crates/pm_auth/src/core/errors.rs  0% smaller
  crates/pm_auth/src/types.rs  0% smaller
  crates/router/src/consts.rs  0% smaller
  crates/router/src/core/payment_methods/cards.rs  0% smaller
  crates/router/src/core/pm_auth/transformers.rs  0% smaller
  crates/router/src/core/utils.rs  0% smaller
  crates/router/src/types.rs  0% smaller
  crates/router/src/types/api.rs  0% smaller
  crates/router/src/types/transformers.rs  0% smaller
  loadtest/config/development.toml Unsupported file format

semanticdiff-com[bot] avatar May 27 '25 06:05 semanticdiff-com[bot]