# PaycometRestApi.V1paymentsdccPayment

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal** | **Number** | Product or terminal Id. | [optional] 
**order** | **String** | Reference of the operation. Must be unique on every valid transaction. | [optional] 
**tokenUser** | **String** | Token code associated with the IdUser. | [optional] 
**idUser** | **Number** | Unique identifier of the user registered in the system. | [optional] 
**originalIp** | **String** | IP Address of the application of the business | [optional] 
**amount** | **String** | Amount of the operation in number format. 1.00 EURO &#x3D; 100, 4.50 EUROS &#x3D; 450... | [optional] 
**scoring** | **String** | Risk scoring value from 0 to 100. | [optional] 
**productDescription** | **String** | Description of the product | [optional] 
**merchantDescriptor** | **String** | Allows the business to send a text up to 25 characters that will be printed on the customer invoice. Limited to simple characters, no accents or special characters. | [optional] 
**userInteraction** | **Number** | Indicates wether the business can interact with the customer | [optional] 
**trxType** | **String** | Obligatory only if an MIT exception has been selected in scaException | [optional] 
**scaException** | **String** | TYPE OF EXCEPTION TO THE SECURE PAYMENT. If not specified, PAYCOMET will try to assign it the most appropriate possible | [optional] 
**urlOk** | **String** | Url where the customer will be redirected after finishing a correct transaction. (Max 255 characters) | [optional] 
**urlKo** | **String** | Url where the customer will be redirected after finishing a failed transaction. (Max 255 characters) | [optional] 
**merchantData** | [**V1paymentspreauthPaymentMerchantData**](V1paymentspreauthPaymentMerchantData.md) |  | [optional] 
