mifos-mobile icon indicating copy to clipboard operation
mifos-mobile copied to clipboard

Invalid URL for TPT Transfer

Open afk11 opened this issue 3 years ago • 0 comments

Summary:

An incorrect encoding is used when sending 'type=tpt' from the App, which means the server does not recognize the request as TPT request, but instead, a self-to-self transfer.

This is because the server checks for tpt not "tpt"

Steps to reproduce:

Simply run the app right now and make a TPT transfer. The error returned is ONLY used for self-to-self transfers, when we have detected that the beneficiary isn't one of the users accounts.

Expected behaviour:

The transfer should have succeded

Observed behaviour:

The transfer failed. An error was observed in Android Studio, invalid.to.account.details which is only generated by the self-to-self transfer endpoints

Device and Android version:

Stock android, Pixel 4

Screenshots:

"Transfer failed, please try again later" or something shows at the bottom

afk11 avatar Dec 22 '21 17:12 afk11