# PaycometRestApi.LaunchpadAuthorizationBody

## 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. | 
**language** | **String** | ISO2 code of language. | [default to &#x27;es&#x27;]
**smsEmail** | **String** | Sending channel of the payment url. Should be \&quot;sms\&quot; or \&quot;email\&quot;. | 
**templateId** | **Number** | Email or SMS template id to be sent. You can get it in the Control panel. | 
**emailAddress** | **String** | Conditional. Mandatory in sending method is EMAIL. Email address where link must be sent | [optional] 
**emailName** | **String** | Conditional. Mandatory in sending method is EMAIL. Email recipient of the email address where link must be sent | [optional] 
**smsPrefix** | **String** | Conditional. Mandatory in sending method is SMS. International mobile prefix where link must be sent | [optional] 
**smsNumber** | **String** | Conditional. Mandatory in sending method is SMS. Mobile number where link must be sent | [optional] 
**expiryDate** | **String** | Optional. Link expiration date. Format YYYYMMDD | [optional] 
**expiryHour** | **String** | Optional. Link expiration hour. Format HH | [optional] 
**expiryMinute** | **String** | Optional. Link expiration minute. Format MM | [optional] 
**scoring** | **String** | Risk scoring value from 0 to 100. | [optional] 
**productDescription** | **String** | Description of the product sold. | [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] 
**merchantData** | [**V1launchpadauthorizationMerchantData**](V1launchpadauthorizationMerchantData.md) |  | [optional] 
