[
https://issues.apache.org/jira/browse/FINERACT-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18103352#comment-18103352
]
Adam Saghy commented on FINERACT-2751:
--------------------------------------
I am not up to date with interoperation API.
Interoperability API was introduced as part of `FINERACT-706: Interoperation
Mojaloop integration 1.0.1`
You might want to raise your questions on the fineract dev mail list.
> Implement the query transfer endpoint in the Interoperation API
> ---------------------------------------------------------------
>
> Key: FINERACT-2751
> URL: https://issues.apache.org/jira/browse/FINERACT-2751
> Project: Apache Fineract
> Issue Type: Bug
> Components: Migration Scripts
> Reporter: Shubham Chaudhary
> Priority: Major
>
> The Interoperation API provides the following endpoint to retrieve a transfer:
>
> {quote}{{GET
> /interoperation/transactions/\{transactionCode}/transfers/\{transferCode}}}
> {quote}
> However, {{InteropServiceImpl#getTransfer()}} is currently not implemented
> and returns {{{}null{}}}. Because of this, clients cannot check the details
> of a transfer after it has been prepared or committed.
> This is particularly an issue when the original transfer response is lost due
> to a timeout or network failure, as the client has no reliable way to confirm
> the result.
> There is also an incorrect permission check in
> {{{}InteropApiResource#getTransfer(){}}}. The endpoint currently checks
> {{{}ENTITY_NAME_QUOTE{}}}, but it should check {{{}ENTITY_NAME_TRANSFER{}}}.
> *Expected behaviour:*
> * Return the transfer matching the supplied {{transactionCode}} and
> {{{}transferCode{}}}.
> * Return HTTP {{404}} if the transfer does not exist or the two codes do not
> match.
> * Check read permission for {{{}ENTITY_NAME_TRANSFER{}}}.
> * Add integration tests for successful, unknown and mismatched transfer
> queries.
> The preferred method of retrieving or storing the relationship between the
> two codes may require maintainer feedback before implementation.
> *Relevant files:*
> * {{InteropServiceImpl.java}}
> * {{InteropApiResource.java}}
> * {{InteropTest.java}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)