GET api/ApplicantPayment/EcheckPaymentValidation/{paymentAmount}/{paymentTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentAmount | decimal number |
Required |
|
| paymentTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Validatedresult| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| eCheckResult | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"eCheckResult": 2
}
application/xml, text/xml
Sample:
<Validatedresult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <message>sample string 1</message> <eCheckResult>2</eCheckResult> </Validatedresult>