Status

public Status Status(String statusCode, String statusMessage, String errorData, Integer requestId)

Parameters

statusCode

This includes the status code of the processing of the request from the server.

  • '000' - Form Submitted Successfully.

  • '400' - A bad request was received. Fix the request and try again.

  • '236' - Invalid login credentials for merchant.

  • '604' - Invalid login id or password.

  • '500' - Internal server error occurred while processing.

  • '503' - IDmission server unavailable at this time.

  • '001' - Form already exist.

  • '307' - No customers found matching the search criteria. Please change your search criteria.

  • '3057' - You have exceeded the limit of forms.

statusMessage

This includes the message which goes with the statusCode

errorData

This contains any specific error messages that will be helpful in troubleshooting and error status codes

requestId

This is a unique ID that is returned from the server for the submitted request