Skip to content

docs(revenue-recovery): add revenue recovery api to docs - #13730

Open
NISHANTH1221 wants to merge 5 commits into
mainfrom
add_revenue_recovery_api_to_docs
Open

docs(revenue-recovery): add revenue recovery api to docs#13730
NISHANTH1221 wants to merge 5 commits into
mainfrom
add_revenue_recovery_api_to_docs

Conversation

@NISHANTH1221

@NISHANTH1221 NISHANTH1221 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Type of Change

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

Description

Add revenue recovery record api to v2 docs

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?

Generated mintlify doc locally.

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

@NISHANTH1221 NISHANTH1221 self-assigned this Aug 17, 2026
@NISHANTH1221
NISHANTH1221 requested a review from a team as a code owner August 17, 2026 08:32
@NISHANTH1221 NISHANTH1221 added the S-test-ready Status: This PR is ready for cypress-tests label Aug 17, 2026
@semanticdiff-com

semanticdiff-com Bot commented Aug 17, 2026

Copy link
Copy Markdown

@hyperswitch-bot hyperswitch-bot Bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Aug 17, 2026
@github-actions github-actions Bot removed S-test-ready Status: This PR is ready for cypress-tests labels Aug 17, 2026
@NISHANTH1221 NISHANTH1221 linked an issue Aug 18, 2026 that may be closed by this pull request
@NISHANTH1221 NISHANTH1221 added the S-test-ready Status: This PR is ready for cypress-tests label Aug 18, 2026
},
"merchant_reference_id": "invoice_mbabizu24mvu3mela5njyh",
"billing_merchant_connector_id": "mca_billing_1234567890",
"payment_merchant_connector_id": "mca_payment_1234567890",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can we move the connector specfic details to one single object?

"payment_connector": {
   "id": "mca_payment_1234567890",
  "customer_id": "cust_12345",
  "transaction_id": "993672945374576J",
  "payment_method_token": "token_1234"
}

},
"payment_method_data": {
"primary_processor_payment_method_token": "token_1234",
"additional_payment_method_info": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

additional_payment_method_info looks odd, shall we rename it?

NISHANTH1221 and others added 3 commits August 18, 2026 16:28
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…nt_connector_details

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@NISHANTH1221
NISHANTH1221 requested a review from a team as a code owner August 18, 2026 16:19
@github-actions github-actions Bot removed the S-test-ready Status: This PR is ready for cypress-tests label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

M-api-contract-changes Metadata: This PR involves API contract changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(revenue-recovery): add revenue recovery api to docs

2 participants