docs(revenue-recovery): add revenue recovery api to docs - #13730
Open
NISHANTH1221 wants to merge 5 commits into
Open
docs(revenue-recovery): add revenue recovery api to docs#13730NISHANTH1221 wants to merge 5 commits into
NISHANTH1221 wants to merge 5 commits into
Conversation
Changed Files
|
jagan-jaya
requested changes
Aug 18, 2026
| }, | ||
| "merchant_reference_id": "invoice_mbabizu24mvu3mela5njyh", | ||
| "billing_merchant_connector_id": "mca_billing_1234567890", | ||
| "payment_merchant_connector_id": "mca_payment_1234567890", |
Contributor
There was a problem hiding this comment.
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": { |
Contributor
There was a problem hiding this comment.
additional_payment_method_info looks odd, shall we rename it?
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…nt_connector_details Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Add revenue recovery record api to v2 docs
Additional Changes
Motivation and Context
How did you test it?
Generated mintlify doc locally.
Checklist
cargo +nightly fmt --allcargo clippy