Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.38 KB

LaunchpadAuthorizationBody.md

File metadata and controls

28 lines (25 loc) · 2.38 KB

LaunchpadAuthorizationBody

Properties

Name Type Description Notes
terminal int Product or terminal Id.
order string Unique reference for merchant's purchase
amount string Amount of the operation in number format. 1.00 EURO = 100, 4.50 EUROS = 450...
currency string Currency of the transaction.
method_id string PAYCOMET payment method ID. 1 is for card.
original_ip string IP Address of the customer that initiated the payment transaction
secure int 0 or 1. Indicates if the transaction is secure.
language string ISO2 code of language. [default to 'es']
sms_email string Sending channel of the payment url. Should be "sms" or "email".
template_id int Email or SMS template id to be sent. You can get it in the Control panel.
email_address string Conditional. Mandatory in sending method is EMAIL. Email address where link must be sent [optional]
email_name string Conditional. Mandatory in sending method is EMAIL. Email recipient of the email address where link must be sent [optional]
sms_prefix string Conditional. Mandatory in sending method is SMS. International mobile prefix where link must be sent [optional]
sms_number string Conditional. Mandatory in sending method is SMS. Mobile number where link must be sent [optional]
scoring string Risk scoring value from 0 to 100. [optional]
product_description string Description of the product sold. [optional]
escrow_targets \Swagger\Client\Model\V1formPaymentEscrowTargets[] [optional]
trx_type string Obligatory only if an MIT exception has been selected in scaException [optional]
sca_exception string TYPE OF EXCEPTION TO THE SECURE PAYMENT. If not specified, PAYCOMET will try to assign it the most appropriate possible [optional]
merchant_data \Swagger\Client\Model\V1launchpadauthorizationMerchantData [optional]

[Back to Model list] [Back to API list] [Back to README]