Skip to content

feat(connector): Add support for get plan prices for Chargebee#9300

Merged
Gnanasundari24 merged 25 commits intomainfrom
get-plan-prices-chargebee
Sep 19, 2025
Merged

feat(connector): Add support for get plan prices for Chargebee#9300
Gnanasundari24 merged 25 commits intomainfrom
get-plan-prices-chargebee

Conversation

@spritianeja03
Copy link
Contributor

@spritianeja03 spritianeja03 commented Sep 8, 2025

Type of Change

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

Description

This PR integrates the get plan prices endpoint for chargebee, required to be called in the respective API handler for the same (not yet implemented)

Additional Changes

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

Motivation and Context

Closes #9054

How did you test it?

Since the API handler is being implemented in a separate PR, this connector integration code cannot be called directly and was tested only by successful compilation of code
image
image

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

@spritianeja03 spritianeja03 self-assigned this Sep 8, 2025
@spritianeja03 spritianeja03 requested review from a team as code owners September 8, 2025 09:22
@semanticdiff-com
Copy link

semanticdiff-com bot commented Sep 8, 2025

@@ -0,0 +1,4 @@
#[derive(Debug, Clone)]
pub struct GetSubscriptionPlanPricesRequest {
pub item_id: String,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pub item_id: String,
pub plan_price_id: String,

jagan-jaya
jagan-jaya previously approved these changes Sep 11, 2025
@spritianeja03 spritianeja03 removed request for a team September 17, 2025 07:57
jagan-jaya
jagan-jaya previously approved these changes Sep 18, 2025
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Sep 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Sep 18, 2025
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Sep 19, 2025
Merged via the queue into main with commit e2f1a45 Sep 19, 2025
21 of 25 checks passed
@Gnanasundari24 Gnanasundari24 deleted the get-plan-prices-chargebee branch September 19, 2025 08:20
pixincreate added a commit that referenced this pull request Sep 23, 2025
…aysafe-apple-pay

* 'main' of github.com:juspay/hyperswitch:
  feat(connector): [Tokenex] add template code (#9416)
  fix(webhooks): add idempotent_event_id generation using URL-safe Base64 (no padding) and SHA256 digest (#9405)
  feat(core): add webhook setup event handler (#9420)
  chore(version): 2025.09.22.0
  fix(connectors): [Nexixpay] send cvv in nexixpay requests (#9459)
  feat(router): add flag to wait for post message in `threeDSMethodData` for `three_ds_invoke` next action in Payments Confirm (#9454)
  feat(connector): [Paysafe] add wasm changes (#9455)
  feat: Implement subscription create for Chargebee (#9303)
  fix(connector): [CYBERSOURCE] Pass transaction type for only wallet MITs (#9444)
  feat(Connector): [checkout] l2l3 data  (#9446)
  feat(nuvei): applepay decrypt at hyperswitch flow (#9431)
  fix(connectors): [Nuvei] payments, refunds and chargeback webhooks (#9378)
  fix(connector): [ADYEN] Add fallback parsing for refusal codes and messages (#9361)
  feat(connector): Add support for get plan prices for Chargebee (#9300)
  feat(core): Juspay 3DS Server via Payments API (#9433)
  fix(core): Add Validation Check for Amount in Capture Flow (#9434)
  chore(version): 2025.09.19.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get Plan prices

4 participants