Skip to content

feat(connector): [Flexiti]Add support for flexiti connector #8743

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

Merged
merged 15 commits into from
Jul 30, 2025

Conversation

srujanchikke
Copy link
Contributor

@srujanchikke srujanchikke commented Jul 24, 2025

Type of Change

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

Description

Flexiti is not a traditional credit card. It's a co-branded credit card that offers installment financing.

Flexiti Payment Method Type:
Co-Branded Credit Card with Installment Financing

Flexiti issues a FlexitiCard (Mastercard network)
Functions as both a credit card AND installment loan provider
Customers get approved for a credit limit
Can be used at participating merchants in the Flexiti network

Currently we are going with flexiti alpha integration.

Additional Changes

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

Motivation and Context

How did you test it?

Since this is alpha integration cant the connector flows.

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

@srujanchikke srujanchikke self-assigned this Jul 24, 2025
@srujanchikke srujanchikke requested review from a team as code owners July 24, 2025 07:38
@srujanchikke srujanchikke added the A-connector-integration Area: Connector integration label Jul 24, 2025
@srujanchikke srujanchikke requested review from a team as code owners July 24, 2025 07:38
Copy link

semanticdiff-com bot commented Jul 24, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs  89% smaller
  crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs  45% smaller
  crates/hyperswitch_connectors/src/connectors/adyen.rs  41% smaller
  crates/hyperswitch_connectors/src/connectors/klarna.rs  40% smaller
  crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs  36% smaller
  crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs  36% smaller
  crates/hyperswitch_connectors/src/connectors/zen/transformers.rs  31% smaller
  crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs  29% smaller
  crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs  29% smaller
  crates/hyperswitch_connectors/src/connectors/square/transformers.rs  29% smaller
  crates/router/src/types/transformers.rs  28% smaller
  crates/hyperswitch_connectors/src/connectors/flexiti/transformers.rs  19% smaller
  crates/common_enums/src/connector_enums.rs  11% smaller
  crates/api_models/src/payments.rs  10% smaller
  crates/hyperswitch_connectors/src/connectors/flexiti.rs  8% smaller
  api-reference/v1/openapi_spec_v1.json  0% smaller
  api-reference/v2/openapi_spec_v2.json  0% smaller
  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/enums.rs  0% smaller
  crates/common_enums/src/transformers.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/euclid/src/frontend/dir/enums.rs  0% smaller
  crates/euclid/src/frontend/dir/lowering.rs  0% smaller
  crates/euclid/src/frontend/dir/transformers.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs  0% smaller
  crates/hyperswitch_connectors/src/utils.rs  0% smaller
  crates/hyperswitch_domain_models/src/payment_method_data.rs  0% smaller
  crates/kgraph_utils/src/mca.rs  0% smaller
  crates/kgraph_utils/src/transformers.rs  0% smaller
  crates/payment_methods/src/configs/payment_connector_required_fields.rs  0% smaller
  crates/payment_methods/src/helpers.rs  0% smaller
  crates/router/src/connector/utils.rs  0% smaller
  crates/router/src/core/connector_validation.rs  0% smaller
  crates/router/src/types/api/connector_mapping.rs  0% smaller
  crates/router/src/types/connector_transformers.rs  0% smaller
  loadtest/config/development.toml Unsupported file format

Base automatically changed from flexiti to main July 25, 2025 07:20
@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Jul 29, 2025
@srujanchikke srujanchikke changed the title feat(Connector) : [Flexiti]Add support for flexiti connector feat(connector) : [Flexiti]Add support for flexiti connector Jul 29, 2025
@srujanchikke srujanchikke changed the title feat(connector) : [Flexiti]Add support for flexiti connector feat(connector): [Flexiti]Add support for flexiti connector Jul 29, 2025
@srujanchikke srujanchikke added the Alpha This is an Alpha integration , code generated and tested by mock server , not on sandbox API's label Jul 29, 2025
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Jul 30, 2025
Merged via the queue into main with commit 2bd8c9d Jul 30, 2025
15 of 20 checks passed
@Gnanasundari24 Gnanasundari24 deleted the flexiti_integration branch July 30, 2025 12:01
pixincreate added a commit that referenced this pull request Jul 31, 2025
…dd-xof-cybersource

* 'main' of github.com:juspay/hyperswitch:
  feat(authentication): added authentication sync api (#8596)
  feat(connector): [facilitapay] fix refunds, add webhook and void support (#8778)
  feat(connector): [payload] add recurring payments (#8597)
  chore(version): 2025.07.31.0
  feat(connector): [Flexiti]Add support for flexiti connector  (#8743)
  chore(router): events enhancement for kafka (#8780)
  ci(cypress): Making a mandate payment with large customer user agents (#8790)
pixincreate added a commit that referenced this pull request Aug 1, 2025
…rver

* 'main' of github.com:juspay/hyperswitch: (25 commits)
  chore: `xof` currency to cybersource cards (#8799)
  chore(version): 2025.08.01.0
  feat(core): Implement UCS based  upi for  paytm and phonepe (#8732)
  feat(connector): [katapult]add template code for katapult (#8783)
  feat(router): introduce `feature`  and `feature_data` to gsm (#7771)
  feat(connector): [cybersource] add changes for field CybersourceConsumerAuthInformation (#8768)
  feat(authentication): added authentication sync api (#8596)
  feat(connector): [facilitapay] fix refunds, add webhook and void support (#8778)
  feat(connector): [payload] add recurring payments (#8597)
  chore(version): 2025.07.31.0
  feat(connector): [Flexiti]Add support for flexiti connector  (#8743)
  chore(router): events enhancement for kafka (#8780)
  ci(cypress): Making a mandate payment with large customer user agents (#8790)
  fix(openapi): update create_platform endpoint in api-reference docs (#8782)
  chore(version): 2025.07.30.0
  fix(connector): [GLOBALPAY] Added Tokenization Flow for CITs (#8568)
  feat(routing): Add api-refs for new decision engine endpoints (#8709)
  fix: replace xtrim with xdel to support  older redis version (#8515)
  fix(connector): [Worldpay] handle multiple ddc submission for CompleteAuthorize (#8741)
  feat(connector): [Adyen] receive incoming webhooks for pix expiry (#8720)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration Alpha This is an Alpha integration , code generated and tested by mock server , not on sandbox API's M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants