POST api/PayUWebHookAPI
Request Information
URI Parameters
None.
Body Parameters
PayUClass| Name | Description | Type | Additional information |
|---|---|---|---|
| event | string |
None. |
|
| msg | string |
None. |
|
| payuRefId | string |
None. |
|
| merchantReferenceId | string |
None. |
|
| bankReferenceId | string |
None. |
|
| authorization | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"event": "sample string 1",
"msg": "sample string 2",
"payuRefId": "sample string 3",
"merchantReferenceId": "sample string 4",
"bankReferenceId": "sample string 5",
"authorization": "sample string 6"
}
application/xml, text/xml
Sample:
<PayUClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuikE_WebAPI.Models"> <authorization>sample string 6</authorization> <bankReferenceId>sample string 5</bankReferenceId> <event>sample string 1</event> <merchantReferenceId>sample string 4</merchantReferenceId> <msg>sample string 2</msg> <payuRefId>sample string 3</payuRefId> </PayUClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |