feat(revenue): Add support for hard-decline switch for revenue-recovery service#8879
Merged
likhinbopanna merged 15 commits intomainfrom Aug 21, 2025
Merged
feat(revenue): Add support for hard-decline switch for revenue-recovery service#8879likhinbopanna merged 15 commits intomainfrom
likhinbopanna merged 15 commits intomainfrom
Conversation
Changed Files
|
hrithikesh026
requested changes
Aug 8, 2025
hrithikesh026
previously approved these changes
Aug 8, 2025
srujanchikke
previously approved these changes
Aug 9, 2025
5c5e025
srujanchikke
previously approved these changes
Aug 10, 2025
hrithikesh026
previously approved these changes
Aug 11, 2025
…into hard-decline
…into hard-decline
cd65944
hrithikesh026
approved these changes
Aug 21, 2025
srujanchikke
approved these changes
Aug 21, 2025
Closed
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 support for hard-decline switch for revenue-recovery service. If we encounter a hard-decline we would not call the external service . This PR also adds support for gsm apis in v2
Additional Changes
Motivation and Context
How did you test it?
Response
{"connector":"authipay","flow":"revenue_recovery","sub_flow":"sub_flow","code":"100","message":"Insuffiecient Funds","status":"Failure","router_error":null,"decision":"retry","step_up_possible":false,"unified_code":null,"unified_message":null,"error_category":"hard_decline","clear_pan_possible":false,"feature":"retry","feature_data":{"retry":{"step_up_possible":false,"clear_pan_possible":false,"alternate_network_possible":false,"decision":"retry"}}}%Db entry would be present
Checklist
cargo +nightly fmt --allcargo clippy