Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mojaloop/3347): enhance the request to pay transfer api process for payer acceptance flow #163

Conversation

vijayg10
Copy link
Contributor

@vijayg10 vijayg10 commented May 25, 2023

feat(mojaloop/3347): enhance the request to pay transfer api process for payer acceptance flow

Changes:

SDK Backend API:

  • Added homeR2PTransactionId and transactionRequestId to POST /quoteRequest
  • Added homeR2PTransactionId to POST /transfers
  • Added new API resource PUT /requestToPay/{transactionRequestId}

SDK Outbound API:

  • Changed requestToPayTransactionId to transactionRequestId in PUT /requestToPayTransfer
  • Added homeR2PTransactionId and transactionRequestId to requestToPayTransferRequest
  • Fixed schema for scenario field in requestToPayTransferRequest
  • Added authenticationType to requestToPayTransferRequest
  • Changed requestToPayTransactionId to transactionRequestId in requestToPayTransferResponse
  • Added homeR2PTransactionId to requestToPayTransferResponse
  • Fixed schema of quoteResponse in requestToPayTransferResponse
  • Added authorizationResponse to requestToPayTransferResponse
  • Fixed schema of fulfil in requestToPayTransferResponse

Copy link
Member

@mdebarros mdebarros left a comment

Choose a reason for hiding this comment

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

Looking good.

But perhaps you missed two updates? See comment below.

@vijayg10 vijayg10 requested a review from mdebarros June 5, 2023 10:16
vijayg10 and others added 3 commits June 5, 2023 16:44
Co-authored-by: Miguel de Barros <miguel@debarros.me>
Co-authored-by: Miguel de Barros <miguel@debarros.me>
Co-authored-by: Miguel de Barros <miguel@debarros.me>
@vijayg10 vijayg10 merged commit d24c889 into master Jun 5, 2023
@vijayg10 vijayg10 deleted the feat/#3347-Enhance-the-requestToPayTransfer-API-process-for-Payer-Acceptance-flow branch June 5, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants