I get this error while trying to transfer fund from one account to another
from the mifos self-service app
What might be the problem??
{"developerMessage":"The request was invalid. This typically will happen
due to validation errors which are
provided.","httpStatusCode":"400","defaultUserMessage":"Validation errors
exist.","userMessageGlobalisationCode":"validation.msg.validation.errors.exist","errors":[{"developerMessage":"Failed
data validation due to:
invalid.to.account.details.","defaultUserMessage":"Failed data validation
due to:
invalid.to.account.details.","userMessageGlobalisationCode":"validation.msg.accounttransfer.null.invalid.to.account.details","parameterName":null,"value":null,"args":[{"value":null},{"value":["Destination
account details doesn't match with valid user account details."]}]}]}
The link structure that i am using is
https://
<IPADDRESS>/fineract-provider/api/v1/self/accounttransfers?type=%22tpt%22
and the attributes that i am sending are
{"dateFormat":"dd MMMM
yyyy","fromAccountId":33,"fromAccountType":2,"fromClientId":38,"fromOfficeId":1,"locale":"en","toAccountId":44,"toAccountType":2,"toClientId":36,"toOfficeId":1,"transferAmount":10.0,"transferDate":"18
January 2018","transferDescription":"qwer"}
On 9 January 2018 at 16:23, Ayush Mainali <[email protected]>
wrote:
>
> While trying to sign up to the self service app i get the following error
> in response
>
> {"timestamp":1515493366510,"status":401,"error":"Unauthorized","message":"Full
> authentication is required to access this resource"}
>
> Is there any solution to this problem?
>
>
> [image: Inline images 1]
>