Country:
/v1/pos/terminals/{id}/init
Copy of Inicializar terminal
Este endpoint permite verificar que la terminal está lista para poder comenzar a procesar operaciones correctamente.
URL Parameters
id
example
Response Examples
204
204
{}400
400
{
"error_type": "example_string",
"message": "example_string"
}404
404
{
"error_type": "example_string",
"message": "example_string"
}409
409
{
"error_type": "example_string",
"message": "example_string"
}Language
Login required to test API
Code Examples
cURL
curl -X POST "https://api.akua.la/v1/pos/terminals/example_value/init" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}''