Skip to content

v17.2.0 Release

Compare
Choose a tag to compare
@mojaloopci mojaloopci released this 05 Jun 11:49

17.2.0 (2023-06-05)

Features

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

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