Greetings,
We’re currently unable to use APIs which require RSA encrypted data as we receive/
Hit URL: - {{URL}}/cm/v1/apps/phrAddress/auth-confirm
Body passed: -
{
“authCode”: “{{auth_code}}”,
“requesterId”: “{{req_id}}”,
“transactionId”: “{{tx_id}}”
}
Error after encrypting only auth_code/password: -
{
“error”: {
“code”: 1417,
“message”: “Input Data must be encrypted. Plain text is not allowed.”
}
}
Error after encrypting all parameters: -
{
“error”: {
“code”: 1510,
“message”: “Please enter a valid UUID Number.”
}
}
The method used for login is password.