Skip to content
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

feat(connector): Add recovery support for stripebilling #7461

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

Conversation

NISHANTH1221
Copy link
Contributor

@NISHANTH1221 NISHANTH1221 commented Mar 7, 2025

Type of Change

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

Description

This pr enables to get additional details missing in the webhook of billing connectors (stripebilling implemented) and use them in the revenue recovery flow

Additional Changes

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

Motivation and Context

Testing

Triggered webhooks from stripe dashboard by creating a test subscription and moving the clock forward and see the entries in payment intent and attempt table. Verifying the attempt and intent details of data base with the original details.

Images of the logs:

Screenshot 2025-03-11 at 5 52 53 PM Screenshot 2025-03-11 at 5 53 10 PM Screenshot 2025-03-11 at 5 53 21 PM Screenshot 2025-03-11 at 5 54 32 PM Screenshot 2025-03-10 at 4 52 08 PM Screenshot 2025-03-10 at 4 52 20 PM

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

Nishanth Challa and others added 30 commits February 9, 2025 12:36
Base automatically changed from stripebilling_incoming_webhook_support to main March 17, 2025 15:22
@likhinbopanna likhinbopanna dismissed srujanchikke’s stale review March 17, 2025 15:22

The base branch was changed.

@NISHANTH1221 NISHANTH1221 added A-connector-integration Area: Connector integration api-v2 labels Mar 19, 2025
srujanchikke
srujanchikke previously approved these changes Mar 20, 2025
@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-compatibility Area: Connector compatibility A-connector-integration Area: Connector integration api-v2 M-api-contract-changes Metadata: This PR involves API contract changes S-waiting-on-review Status: This PR has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants