Skip to content

Avoid HTTP Calls When India Banking Connector Is on the Same Site #116

@Bhavan23

Description

@Bhavan23

Currently, the India Banking app always communicates with the Connector app using HTTP API calls.

In some deployments, both apps are installed on the same site. In this case, HTTP calls are unnecessary and add extra overhead, configuration, and possible failure points.

Proposed Change

  • Check whether the India Banking Connector app is installed on the same site.
  • If yes, call the Connector logic directly (no HTTP request).
  • If not, continue using the existing HTTP API flow.

Benefits

  • Better performance for same-site setups
  • Less configuration required
  • Fewer network-related issues
  • Cleaner integration between the two apps

Acceptance Criteria

  • No HTTP calls are made when both apps are on the same site.
  • Existing remote (different site) setup continues to work without any change.
  • Payment flow works correctly in both cases.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions