Yana Zapanti created ACE-599:
--------------------------------
Summary: [API] Registry POST is failing with critical exception
prior to processing any data
Key: ACE-599
URL: https://issues.apache.org/jira/browse/ACE-599
Project: ACE
Issue Type: Bug
Environment: DEV
Reporter: Yana Zapanti
Priority: Critical
*Description Of Issue:*
Registry POST is return HTTP Status Code - InternalServerError (500)
*Steps To Reproduce:*
POSThttp://api-dev.ipaymentinc.com/iAccess/v1/merchantaccounts/register
Request Body:
{
"merchantNumber": "4228990800000093",
"username": "[email protected]",
"taxIDOrSSN": "024626438",
"firstName": "auto",
"lastName": "user",
"password": "Westlake1"
}
*Excepted Result:* should return True if request body match or False with error
message if request body does not match
*Actual Result:* failed with exception 500 error
*Additional Information:*
- run on DEV environment
- for valid merchant account, SS and existing, not registered user
- see error message attached
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)