Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.68 KB

OrderConfirmBody.md

File metadata and controls

29 lines (26 loc) · 2.68 KB

OrderConfirmBody

Properties

Name Type Description Notes
terminal int Product or terminal Id.
order string Unique reference for merchant's purchase [optional]
amount string Amount of the operation in number format. 1.00 EURO = 100, 4.50 EUROS = 450... [optional]
currency string Currency of the transaction. [optional]
method_id string PAYCOMET payment method ID. 1 is for card. [optional]
original_ip string IP Address of the customer that initiated the payment transaction [optional]
secure string 0 or 1. Indicates if the transaction is secure. [optional]
id_user string Identification of user card given by PAYCOMET. Mandatory if is a card payment. [optional]
token_user string Identification of user card given by PAYCOMET. Mandatory if is a card payment. [optional]
scoring string Risk scoring value from 0 to 100. [optional]
product_description string Description of the product sold. [optional]
merchant_descriptor 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]
user_interaction int Indicates wether the business can interact with the customer [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]
url_ok string Url where the customer will be redirected after finishing a correct transaction. [optional]
url_ko string Url where the customer will be redirected after finishing a failed transaction. [optional]
notify_direct_payment int 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]
merchant_data \Swagger\Client\Model\V1formPaymentMerchantData [optional]
dcc \Swagger\Client\Model\V1paymentsdccorderconfirmDcc

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