FINERACT-2733: add optional payment details to transfer transactions - #6219
Merged
IOhacker merged 1 commit intoAug 5, 2026
Merged
Conversation
AnvayKharb
force-pushed
the
fix/FINERACT-2733-transfer-payment-details
branch
from
August 3, 2026 16:10
838b98d to
7821a09
Compare
IOhacker
reviewed
Aug 3, 2026
AnvayKharb
force-pushed
the
fix/FINERACT-2733-transfer-payment-details
branch
from
August 3, 2026 17:17
7821a09 to
0541e6b
Compare
Contributor
Author
|
@IOhacker i tried to fix this can you please review again |
AnvayKharb
force-pushed
the
fix/FINERACT-2733-transfer-payment-details
branch
from
August 3, 2026 18:44
0541e6b to
7a8825a
Compare
Contributor
|
@AnvayKharb please sign the commit |
AnvayKharb
force-pushed
the
fix/FINERACT-2733-transfer-payment-details
branch
from
August 4, 2026 09:29
7a8825a to
22f6e45
Compare
Contributor
Author
|
@IOhacker please review again |
AnvayKharb
force-pushed
the
fix/FINERACT-2733-transfer-payment-details
branch
from
August 4, 2026 13:24
22f6e45 to
0bd0721
Compare
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.
Description
Adds optional Payment Detail support to Account Transfer Transactions while preserving backward compatibility.
Transfer transactions can now reference the existing Fineract Payment Detail model when payment information is provided. Existing transfer requests without payment details continue to work without modification.
Changes
PaymentDetailsupport to account transfer transactions.PaymentDetailthrough a nullable database relationship.Backward Compatibility
Related Issue
FINERACT-2733
Checklist