OptionalaffiliateAffiliate
Affiliate metadata for the transaction. It is a field that allow for integrators to track the source of the transaction.
Application ID of the affiliate. It is a unique identifier for the application and should be set by the integrator in the Affiliate Keys page.
Foreign transaction ID of the affiliate. It is a unique identifier for the transaction. It can be used later to fetch the transaction details via the Transactions API.
Key of the affiliate. It is a unique identifier for the key and should be generated by the integrator in the Affiliate Keys page.
Optionaltags?: Record<string, unknown>Additional metadata for the transaction. It is key-value object that can be associated with the transaction.
Optionalcard_The card type of the card used for the transaction. Is is required only for some countries (e.g: Brazil).
OptionaldescriptionDescription of the checkout to be shown in the Merchant Sales
OptionalinstallmentsNumber of installments for the transaction. It may vary according to the merchant country. For example, in Brazil, the maximum number of installments is 12.
Optionalreturn_Webhook URL to which the payment result will be sent. It must be a HTTPS url.
Optionaltip_List of tipping rates to be displayed to the cardholder. The rates are in percentage and should be between 0.01 and 0.99. The list should be sorted in ascending order.
Optionaltip_Time in seconds the cardholder has to select a tip rate. If not provided, the default value is 30 seconds.
It can only be set if tip_rates is provided.
Note: If the target device is a Solo, it must be in version 3.3.38.0 or higher.
Money
Amount structure.
The amount is represented as an integer value altogether with the currency and the minor unit.
For example, EUR 1.00 is represented as value 100 with minor unit of 2.
Currency ISO 4217 code
The minor units of the currency. It represents the number of decimals of the currency. For the currencies CLP, COP and HUF, the minor unit is 0.
Integer value of the amount.
CreateReaderCheckoutRequest
Reader Checkout