Status

public final class Status

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

Constructors

Link copied to clipboard
public Status Status(String statusCode, String statusMessage, String errorData, Integer requestId)

Properties

Link copied to clipboard
private final String errorData

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

Link copied to clipboard
private final Integer requestId

Type:integer($int64)
This is a unique ID that is returned from the server for the submitted request

Link copied to clipboard
private final String statusCode

Type: string
example: 000
This includes the status code of the processing of the request from the server.

Link copied to clipboard
private final String statusMessage

Type: string
example: Success
This includes the message which goes with the statusCode

Functions

Link copied to clipboard
public final String getErrorData()

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

Link copied to clipboard
public final Integer getRequestId()

Type:integer($int64)
This is a unique ID that is returned from the server for the submitted request

Link copied to clipboard
public final String getStatusCode()

Type: string
example: 000
This includes the status code of the processing of the request from the server.

Link copied to clipboard
public final String getStatusMessage()

Type: string
example: Success
This includes the message which goes with the statusCode