POST api/v1/cybersource/CaptureContext
Request Information
URI Parameters
None.
Body Parameters
CaptureContextRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Merchant | MerchantRequest |
None. |
|
| TargetOrigins | string |
None. |
|
| Country | string |
None. |
|
| Locale | string |
None. |
|
| TotalAmount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Merchant": {
"TerminalId": "sample string 1",
"CardAcqId": "sample string 2"
},
"TargetOrigins": "sample string 1",
"Country": "sample string 2",
"Locale": "sample string 3",
"TotalAmount": "sample string 4"
}
application/xml, text/xml
Sample:
<CaptureContextRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VNG_API_EPAYSERVER_BROKER.Models">
<Country>sample string 2</Country>
<Locale>sample string 3</Locale>
<Merchant>
<CardAcqId>sample string 2</CardAcqId>
<TerminalId>sample string 1</TerminalId>
</Merchant>
<TargetOrigins>sample string 1</TargetOrigins>
<TotalAmount>sample string 4</TotalAmount>
</CaptureContextRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |