POST EventManagement/VerifyPayment
Request Information
URI Parameters
None.
Body Parameters
PaymentVerifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCharges | decimal number |
None. |
|
| Name | string |
None. |
|
| MailID | string |
None. |
|
| Phone | string |
None. |
|
| OrderID | string |
None. |
|
| PaymentID | string |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TotalCharges": 1.0,
"Name": "sample string 2",
"MailID": "sample string 3",
"Phone": "sample string 4",
"OrderID": "sample string 5",
"PaymentID": "sample string 6",
"Signature": "sample string 7"
}
application/xml, text/xml
Sample:
<PaymentVerifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventManagementAPI.Models"> <MailID>sample string 3</MailID> <Name>sample string 2</Name> <OrderID>sample string 5</OrderID> <PaymentID>sample string 6</PaymentID> <Phone>sample string 4</Phone> <Signature>sample string 7</Signature> <TotalCharges>1</TotalCharges> </PaymentVerifyModel>
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.