Uniticket
Limited to a certain acquirer in Spain
Available soon
Uniticket is a ticket vending system in Spain. Merchants using this system can send the ticket booing fee and number of tickets along with the payment request to our gateway.
In order to indicate the ticket booking fee, please include the following parameters in the request to our RESTful payments API:
| Field | Presence | Description |
|---|---|---|
transactionAmount.components.additionalFee.amount | O | Amount of the ticket booking fee |
transactionAmount.components.additionalFee.type | O | Type of the fee Use value 'ticketBookingFee' |
Please note that sum of all amounts under transactionAmount.components must match to transactionAmount.total.
In order to indicate the number of tickets, please include the following parameters in the request to our RESTful payments API:
| Field | Presence | Description |
|---|---|---|
order.basket.items.unit | O | Unit in which the product is sold. In this case use value 'tickets'. |
order.basket.items.quantity | O | Number of tickets that have been sold. |
Updated 2 days ago