POST api/MTransaction/mgCallback

Request Information

URI Parameters

None.

Body Parameters

MGCallbackReq
NameDescriptionTypeAdditional information
CancelReason

string

None.

PartnerPinNo

string

None.

ControlNo

string

None.

respCode

string

None.

TranNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CancelReason": "sample string 1",
  "PartnerPinNo": "sample string 2",
  "ControlNo": "sample string 3",
  "respCode": "sample string 4",
  "TranNo": "sample string 5"
}

application/xml, text/xml

Sample:
<MGCallbackReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sendmn.Inbound.Models">
  <CancelReason>sample string 1</CancelReason>
  <ControlNo>sample string 3</ControlNo>
  <PartnerPinNo>sample string 2</PartnerPinNo>
  <TranNo>sample string 5</TranNo>
  <respCode>sample string 4</respCode>
</MGCallbackReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.