# PaycometRestApi.V1paymentsPayment

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal** | **Number** | Product or terminal Id. | 
**order** | **String** | Unique reference for merchant&#x27;s purchase | 
**amount** | **String** | Amount of the operation in number format. 1.00 EURO &#x3D; 100, 4.50 EUROS &#x3D; 450... | 
**currency** | **String** | Currency of the transaction.  | 
**methodId** | **String** | PAYCOMET payment method ID. 1 is for card. | 
**originalIp** | **String** | IP Address of the customer that initiated the payment transaction | 
**secure** | **Number** | 0 or 1. Indicates if the transaction is secure. | 
**idUser** | **Number** | Identification of user card given by PAYCOMET. Mandatory if is a card payment. | 
**tokenUser** | **String** | Identification of user card given by PAYCOMET. Mandatory if is a card payment. | 
**scoring** | **String** | Risk scoring value from 0 to 100. | [optional] 
**productDescription** | **String** | Description of the product sold. | [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] 
**notifyDirectPayment** | **Number** | Configurate POST notification of the operation result in frictionless payment (possible values: 1 - force notify, 2 - not notify). It will notify if is not informed | [optional] 
**tokenize** | **Number** | Attempt to tokenize if the methodId provided allows it. | [optional] 
**merchantData** | [**V1formPaymentMerchantData**](V1formPaymentMerchantData.md) |  | [optional] 
