POST api/utente/getIpPagamento
Request Information
URI Parameters
None.
Body Parameters
PayloadGetIpPagamento| Name | Description | Type | Additional information |
|---|---|---|---|
| Sessione | Sessione |
None. |
|
| Data | Dati |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sessione": {
"IdUtente": 1,
"Token": "sample string 2"
},
"Data": {
"order": {
"orderId": "sample string 1",
"amount": "sample string 2",
"currency": "sample string 3"
},
"paymentSession": {
"actionType": "sample string 1",
"language": "sample string 2",
"amount": "sample string 3",
"notificationUrl": "sample string 4",
"resultUrl": "sample string 5",
"cancelUrl": "sample string 6"
}
}
}
application/xml, text/xml
Sample:
<PayloadGetIpPagamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAR">
<Data>
<order>
<amount>sample string 2</amount>
<currency>sample string 3</currency>
<orderId>sample string 1</orderId>
</order>
<paymentSession>
<actionType>sample string 1</actionType>
<amount>sample string 3</amount>
<cancelUrl>sample string 6</cancelUrl>
<language>sample string 2</language>
<notificationUrl>sample string 4</notificationUrl>
<resultUrl>sample string 5</resultUrl>
</paymentSession>
</Data>
<Sessione>
<IdUtente>1</IdUtente>
<Token>sample string 2</Token>
</Sessione>
</PayloadGetIpPagamento>
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. |