POST api/paynamics/NotifReceiver

Request Information

URI Parameters

None.

Body Parameters

Notification
NameDescriptionTypeAdditional information
paymentresponse

string

None.

Request Formats

application/json, text/json

Sample:
{
  "paymentresponse": "sample string 1"
}

text/html

Sample:
{"paymentresponse":"sample string 1"}

application/xml, text/xml

Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UBBEAMS.Api.Controllers">
  <paymentresponse>sample string 1</paymentresponse>
</Notification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.