Tokenize

Tokenize

This API allows client applications to securely tokenize payment card data read from a card reader device.
Instead of transmitting sensitive card details directly, the data is converted into a token that can be safely stored and used for future transactions.

Json Description:

SectionNameTypeDescriptionRequired / optional
Ticket
idStringThe unique identifier of the ticket.Required
nameStringThe name of the ticket.Optional
openBooleanIndicates whether the ticket is still open or notOptional
opened_atTimestampThe timestamp at which the ticket was opened.Optional
closed_atTimestampThe timestamp at which the ticket was closed.Optional
ticket_numberIntegerThe ticket number.Optional
payment
idStringUnique identifier for the payment.Required
amountIntegerFor tokenize amount is automatically 0.Required
user_id_externalStringThis field is used to identify the guest user. This ID represents the owner of the associated credit card tokenOptional
webhook_idStringUnique identifier for the webhook.Required
terminal_idStringUnique identifier for the POS terminal.Required
Language
URL
Click Try It! to start a request and see the response here!