POST Payment/PayAmountWithXid
Request Information
URI Parameters
None.
Body Parameters
PaymentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectedListId | integer |
None. |
|
| OrderId | integer |
None. |
|
| CurrencyCode | string |
None. |
|
| Locale | string |
None. |
|
| ShopId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| CreditCardNo | string |
None. |
|
| CVV | string |
None. |
|
| ExpiryMonth | string |
None. |
|
| ExpiryYear | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SelectedListId": 1,
"OrderId": 2,
"CurrencyCode": "sample string 3",
"Locale": "sample string 4",
"ShopId": 5,
"CustomerId": 6,
"CreditCardNo": "sample string 7",
"CVV": "sample string 8",
"ExpiryMonth": "sample string 9",
"ExpiryYear": "sample string 10"
}
application/xml, text/xml
Sample:
<PaymentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <CVV>sample string 8</CVV> <CreditCardNo>sample string 7</CreditCardNo> <CurrencyCode>sample string 3</CurrencyCode> <CustomerId>6</CustomerId> <ExpiryMonth>sample string 9</ExpiryMonth> <ExpiryYear>sample string 10</ExpiryYear> <Locale>sample string 4</Locale> <OrderId>2</OrderId> <SelectedListId>1</SelectedListId> <ShopId>5</ShopId> </PaymentInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |