POST api/PaymentPoint/RequestPayment
Documentation for 'RequestPayment'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TimeStamp": "sample string 1",
"PaymentCode": "sample string 2",
"RespCode": "sample string 3",
"RespDetail": "sample string 4"
}
application/xml, text/xml
Sample:
<ReqPaymentModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeStamp>sample string 1</TimeStamp> <PaymentCode>sample string 2</PaymentCode> <RespCode>sample string 3</RespCode> <RespDetail>sample string 4</RespDetail> </ReqPaymentModel>
Response Information
Response body formats
application/json, text/json
Sample:
{
"TimeStamp": "sample string 1",
"PaymentCode": "sample string 2",
"RespCode": "sample string 3",
"RespDetail": "sample string 4"
}
application/xml, text/xml
Sample:
<ResPaymentModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeStamp>sample string 1</TimeStamp> <PaymentCode>sample string 2</PaymentCode> <RespCode>sample string 3</RespCode> <RespDetail>sample string 4</RespDetail> </ResPaymentModel>