GET api/Pagamento?token={token}&codice={codice}
Conferma o cancellazione del pagamento
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
token identificativo dell'ordine |
string |
Required |
| codice |
codice identificativo del pagamento se vuoto il pagamento è annullato |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
1 per registrato 0 per non registrato
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>