TerminalTokenisations

Create a request to tokenise a customer's card details

This endpoint sends a request to the terminal to tokenise a customer's card details.

post/shop/terminal-tokenisations

Request body

terminal_idstring object-id required

Identifier of the physical payment terminal that should prompt for the card. The terminal captures the card and returns a tokenised reference; no PAN is stored in Trybe. Must belong to the caller's site.

customer_idstring uuid required

Identifier of the customer whose card is being saved on file. The resulting payment-method token is attached to this customer and can be used for future charges (e.g. no-show fees, recurring bookings).

Response

The Card Tokenisation was successfully retrieved

Changes

No recorded changes to this endpoint across all 1 revision of this API.