GET api/onlinepayment/cardlinkpayment/{propertyid}/{shoppingcartid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyid | integer |
Required |
|
| shoppingcartid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CardlinkPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| version | integer |
None. |
|
| mid | string |
None. |
|
| lang | string |
None. |
|
| orderid | string |
None. |
|
| orderDesc | string |
None. |
|
| orderAmount | decimal number |
None. |
|
| currency | string |
None. |
|
| billCountry | string |
None. |
|
| billZip | string |
None. |
|
| billCity | string |
None. |
|
| billAddress | string |
None. |
|
| confirmUrl | string |
None. |
|
| cancelUrl | string |
None. |
|
| digest | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"version": 1,
"mid": "sample string 2",
"lang": "sample string 3",
"orderid": "sample string 4",
"orderDesc": "sample string 5",
"orderAmount": 6.0,
"currency": "sample string 7",
"billCountry": "sample string 8",
"billZip": "sample string 9",
"billCity": "sample string 10",
"billAddress": "sample string 11",
"confirmUrl": "sample string 12",
"cancelUrl": "sample string 13",
"digest": "sample string 14"
}
application/xml, text/xml
Sample:
<CardlinkPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <billAddress>sample string 11</billAddress> <billCity>sample string 10</billCity> <billCountry>sample string 8</billCountry> <billZip>sample string 9</billZip> <cancelUrl>sample string 13</cancelUrl> <confirmUrl>sample string 12</confirmUrl> <currency>sample string 7</currency> <digest>sample string 14</digest> <lang>sample string 3</lang> <mid>sample string 2</mid> <orderAmount>6</orderAmount> <orderDesc>sample string 5</orderDesc> <orderid>sample string 4</orderid> <version>1</version> </CardlinkPayment>