POST api/Collections/PaymentCallBack

Request Information

URI Parameters

None.

Body Parameters

PaymentCallBackRequest
NameDescriptionTypeAdditional information
reason

string

None.

clienttransid

string

None.

clientreference

string

None.

telcotransid

string

None.

transactionid

string

None.

statusdate

string

None.

status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "reason": "sample string 1",
  "clienttransid": "sample string 2",
  "clientreference": "sample string 3",
  "telcotransid": "sample string 4",
  "transactionid": "sample string 5",
  "statusdate": "sample string 6",
  "status": "sample string 7"
}

application/xml, text/xml

Sample:
<PaymentCallBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECollectionsServices.Models">
  <clientreference>sample string 3</clientreference>
  <clienttransid>sample string 2</clienttransid>
  <reason>sample string 1</reason>
  <status>sample string 7</status>
  <statusdate>sample string 6</statusdate>
  <telcotransid>sample string 4</telcotransid>
  <transactionid>sample string 5</transactionid>
</PaymentCallBackRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PaymentCallBackResponse
NameDescriptionTypeAdditional information
responsecode

string

None.

responsestatus

string

None.

responsemessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "responsecode": "sample string 1",
  "responsestatus": "sample string 2",
  "responsemessage": "sample string 3"
}

application/xml, text/xml

Sample:
<PaymentCallBackResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECollectionsServices.Models">
  <responsecode>sample string 1</responsecode>
  <responsemessage>sample string 3</responsemessage>
  <responsestatus>sample string 2</responsestatus>
</PaymentCallBackResponse>