Overview
Card terminals represent physical or virtual card payment devices. They are used to track card transactions in cash adjustments and expenses, with support for multiple providers like CLIP, MercadoPago, etc.Create Card Terminal
Request Body
Branch ID where the terminal is located
Terminal name (max 255 characters)
Payment provider name (e.g.,
CLIP, MERCADOPAGO) - max 100 charactersProvider account reference (max 255 characters)
Last 4 digits of terminal ID (exactly 4 numeric digits)
Active status
Additional metadata
Response
Success message
List Card Terminals
Query Parameters
Filter by branch ID
Filter by payment provider
Filter by active status
Sort field
Sort order:
asc or descItems per page
Response
Returns paginated list of card terminals.Get Card Terminal
Path Parameters
Card terminal ID
Response
Terminal details with branch information
Update Card Terminal
Path Parameters
Card terminal ID
Request Body
Terminal name
Payment provider
Provider account reference
Last 4 digits (exactly 4 numeric digits)
Active status
Additional metadata
Response
Success message
Updated terminal object
Delete Card Terminal
Path Parameters
Card terminal ID
Response
Success message
Common Providers
The system supports any provider name, but these are commonly used:
- CLIP - Popular Mexican card payment provider
- MERCADOPAGO - Latin American payment platform
- SQUARE - International POS and payment provider
- STP - Sistema de Transferencias y Pagos (Mexico)
- STRIPE - International payment processing
last_four field helps identify specific terminals when multiple devices from the same provider are used.