POST api/utente/inserisciPagamento
Request Information
URI Parameters
None.
Body Parameters
Pagamento| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentId | string |
None. |
|
| TransactionId | string |
None. |
|
| IdCustomer | string |
None. |
|
| ClientSecret | string |
None. |
|
| DescriptionPayment | string |
None. |
|
| Status | string |
None. |
|
| Amount | integer |
None. |
|
| ApplicationFeeTotale | integer |
None. |
|
| ApplicationFeeStripe | integer |
None. |
|
| ApplicationFeeDs | integer |
None. |
|
| DescriptionBalance | string |
None. |
|
| ConvertedAmount | integer |
None. |
|
| ExchangeRate | decimal number |
None. |
|
| Valuta | string |
None. |
|
| Fingerprint | string |
None. |
|
| Created | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentId": "sample string 1",
"TransactionId": "sample string 2",
"IdCustomer": "sample string 3",
"ClientSecret": "sample string 4",
"DescriptionPayment": "sample string 5",
"Status": "sample string 6",
"Amount": 7,
"ApplicationFeeTotale": 8,
"ApplicationFeeStripe": 9,
"ApplicationFeeDs": 10,
"DescriptionBalance": "sample string 11",
"ConvertedAmount": 12,
"ExchangeRate": 13.0,
"Valuta": "sample string 14",
"Fingerprint": "sample string 15",
"Created": "2025-12-06T03:14:50.8433607+01:00"
}
application/xml, text/xml
Sample:
<Pagamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAR"> <Amount>7</Amount> <ApplicationFeeDs>10</ApplicationFeeDs> <ApplicationFeeStripe>9</ApplicationFeeStripe> <ApplicationFeeTotale>8</ApplicationFeeTotale> <ClientSecret>sample string 4</ClientSecret> <ConvertedAmount>12</ConvertedAmount> <Created>2025-12-06T03:14:50.8433607+01:00</Created> <DescriptionBalance>sample string 11</DescriptionBalance> <DescriptionPayment>sample string 5</DescriptionPayment> <ExchangeRate>13</ExchangeRate> <Fingerprint>sample string 15</Fingerprint> <IdCustomer>sample string 3</IdCustomer> <PaymentId>sample string 1</PaymentId> <Status>sample string 6</Status> <TransactionId>sample string 2</TransactionId> <Valuta>sample string 14</Valuta> </Pagamento>
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. |