POST api/pay/VerifyPayment
Request Information
URI Parameters
None.
Body Parameters
POST_ZestVerifyPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| cardRequestType | string |
None. |
|
| transactionRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cardRequestType": "sample string 1",
"transactionRef": "sample string 2"
}
application/xml, text/xml
Sample:
<POST_ZestVerifyPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auth.DataLayer.Models.DTO.Zest"> <cardRequestType>sample string 1</cardRequestType> <transactionRef>sample string 2</transactionRef> </POST_ZestVerifyPaymentRequest>
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.