POST Payments/RedirectFromTrazgate?company={company}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| company | string |
Required |
Body Parameters
TranzgateCallBackResponseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Responsecode | string |
None. |
|
| Reason | string |
None. |
|
| Reasondetails | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Responsecode": "sample string 1",
"Reason": "sample string 2",
"Reasondetails": "sample string 3"
}
application/xml, text/xml
Sample:
<TranzgateCallBackResponseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StudentPortalAPI.EntityDTOs.Payments"> <Reason>sample string 2</Reason> <Reasondetails>sample string 3</Reasondetails> <Responsecode>sample string 1</Responsecode> </TranzgateCallBackResponseDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.