POST api/PaymGate/SendPaymentGate
Request Information
URI Parameters
None.
Body Parameters
GetPaymTempRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderdocRef | string |
None. |
|
| PaymHeadnum | integer |
None. |
|
| PaymentRef | string |
None. |
|
| CustomerKey | integer |
None. |
|
| PayGateResultUrl | string |
None. |
|
| PayGateResultRef | string |
None. |
|
| Inputjsonstr | string |
None. |
|
| PayGateTNumber | string |
None. |
|
| PayMethod | string |
None. |
|
| Paycard | string |
None. |
|
| Paylast4 | string |
None. |
|
| Payfirst6 | string |
None. |
|
| Payforenames | string |
None. |
|
| Paysurname | string |
None. |
|
| StatusfromGatew | string |
None. |
|
| PaymstatusKey | integer |
None. |
|
| PaymentStatus | string |
None. |
|
| CustomerIp | string |
None. |
|
| CountryKey | integer |
None. |
|
| CountryCode | string |
None. |
|
| RegionCode | string |
None. |
|
| CityName | string |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderdocRef": "sample string 1",
"PaymHeadnum": 2,
"PaymentRef": "sample string 3",
"CustomerKey": 4,
"PayGateResultUrl": "sample string 5",
"PayGateResultRef": "sample string 6",
"Inputjsonstr": "sample string 7",
"PayGateTNumber": "sample string 8",
"PayMethod": "sample string 9",
"Paycard": "sample string 10",
"Paylast4": "sample string 11",
"Payfirst6": "sample string 12",
"Payforenames": "sample string 13",
"Paysurname": "sample string 14",
"StatusfromGatew": "sample string 15",
"PaymstatusKey": 16,
"PaymentStatus": "sample string 17",
"CustomerIp": "sample string 18",
"CountryKey": 19,
"CountryCode": "sample string 20",
"RegionCode": "sample string 21",
"CityName": "sample string 22",
"Longitude": "sample string 23",
"Latitude": "sample string 24"
}
text/xml
Sample:
<GetPaymTempRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport"> <CityName>sample string 22</CityName> <CountryCode>sample string 20</CountryCode> <CountryKey>19</CountryKey> <CustomerIp>sample string 18</CustomerIp> <CustomerKey>4</CustomerKey> <Inputjsonstr>sample string 7</Inputjsonstr> <Latitude>sample string 24</Latitude> <Longitude>sample string 23</Longitude> <OrderdocRef>sample string 1</OrderdocRef> <PayGateResultRef>sample string 6</PayGateResultRef> <PayGateResultUrl>sample string 5</PayGateResultUrl> <PayGateTNumber>sample string 8</PayGateTNumber> <PayMethod>sample string 9</PayMethod> <Paycard>sample string 10</Paycard> <Payfirst6>sample string 12</Payfirst6> <Payforenames>sample string 13</Payforenames> <Paylast4>sample string 11</Paylast4> <PaymHeadnum>2</PaymHeadnum> <PaymentRef>sample string 3</PaymentRef> <PaymentStatus>sample string 17</PaymentStatus> <PaymstatusKey>16</PaymstatusKey> <Paysurname>sample string 14</Paysurname> <RegionCode>sample string 21</RegionCode> <StatusfromGatew>sample string 15</StatusfromGatew> </GetPaymTempRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.